isHaptic property

bool isHaptic

Query if a joystick has haptic features.

SDL Docs

Implementation

bool get isHaptic =>
    sdl.getBool(sdl.checkReturnValue(sdl.sdl.SDL_JoystickIsHaptic(handle)));