Check whether rumble is supported on a haptic device.
Defined in <SDL3/SDL_haptic.h>
bool SDL_HapticRumbleSupported(SDL_Haptic *haptic);
SDL_Haptic * | haptic | haptic device to check for rumble support. |
(bool) Returns true if the effect is supported or false if it isn't.
This function is available since SDL 3.1.3.