Query whether a joystick has rumble support.
Defined in SDL_joystick.h
SDL_bool SDL_JoystickHasRumble(SDL_Joystick *joystick);
SDL_Joystick * | joystick | The joystick to query. |
(SDL_bool) Return SDL_TRUE if the joystick has rumble, SDL_FALSE otherwise.
This function is available since SDL 2.0.18.