SDL_IsMouseHaptic
Query whether or not the current mouse has haptic capabilities.
- Provided by: libsdl3-doc (Version: 3.4.2+ds-1ubuntu1)
- Source: libsdl3
- Report a bug
Query whether or not the current mouse has haptic capabilities.
#include <SDL3/SDL_haptic.h>
bool SDL_IsMouseHaptic(void);
Returns true if the mouse is haptic or false if it isn't.
This function is available since SDL 3.2.0.