mouseIsHaptic property

bool mouseIsHaptic

Query whether or not the current mouse has haptic capabilities.

SDL Docs

Implementation

bool get mouseIsHaptic => getBool(checkReturnValue(sdl.SDL_MouseIsHaptic()));