attached property

bool attached

Returns true if this joystick has been opened.

Implementation

bool get attached => sdl.getBool(sdl.sdl.SDL_JoystickGetAttached(handle));