Function SDL_IsMouseHaptic

pub unsafe extern "C" fn SDL_IsMouseHaptic() -> bool
Available on crate feature dep_sdl3 only.
Expand description

Query whether or not the current mouse has haptic capabilities.

§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