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