Query whether or not the current mouse has haptic capabilities.
Defined in <SDL3/SDL_haptic.h>
bool SDL_IsMouseHaptic(void);
(bool) Returns true if the mouse is haptic or false if it isn't.
This function is available since SDL 3.2.0.
CategoryAPI, CategoryAPIFunction, CategoryHaptic