hapticOpened method

bool hapticOpened(
  1. int index
)

Check if the haptic device at the designated index has been opened.

SDL Docs

Implementation

bool hapticOpened(final int index) => getBool(sdl.SDL_HapticOpened(index));