Query if a joystick has haptic features.
Defined in <SDL3/SDL_haptic.h>
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, CategoryAPIFunction, CategoryHaptic