Function SDL_MouseIsHaptic
pub unsafe extern "C" fn SDL_MouseIsHaptic() -> i32
Available on crate feature
dep_sdl2
only.Expand description
Query whether or not the current mouse has haptic capabilities.
\returns SDL_TRUE if the mouse is haptic or SDL_FALSE if it isn’t.
\since This function is available since SDL 2.0.0.
\sa SDL_HapticOpenFromMouse