Check if the given joystick is supported by the gamepad interface.
SDL_bool SDL_IsGamepad(SDL_JoystickID instance_id);
instance_id | the joystick instance ID |
Returns SDL_TRUE if the given joystick is supported by the gamepad interface, SDL_FALSE if it isn't or it's an invalid index.
This function is available since SDL 3.0.0.