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

·(3), SDL_OpenHapticFromMouse(3)

Referenced By

SDL_OpenHapticFromMouse(3).

SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS