Query if a joystick has haptic features.
SDL_bool SDL_IsJoystickHaptic(SDL_Joystick *joystick);
Returns SDL_TRUE if the joystick is haptic or SDL_FALSE if it isn't.
This function is available since SDL 3.0.0.
CategoryAPI