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