SDL_IsMouseHaptic - Man Page
Query whether or not the current mouse has haptic capabilities.
Header File
Defined in SDL3/SDL_haptic.h
Synopsis
#include "SDL3/SDL.h" bool SDL_IsMouseHaptic(void);
Return Value
Returns true if the mouse is haptic or false if it isn't.
Availability
This function is available since SDL 3.2.0.
See Also
Referenced By
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS