SDL_IsMouseHaptic - Man Page

Query whether or not the current mouse has haptic capabilities.

Synopsis

#include <SDL3/SDL_haptic.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

SDL_OpenHapticFromMouse(3)

Referenced By

SDL_OpenHapticFromMouse(3).

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS