Joystick constructor

Joystick(
  1. Sdl sdl,
  2. Pointer<SDL_Joystick> handle
)

Create an opened joystick.

Implementation

Joystick(super.sdl, super.handle);