close method

void close()

Close this joystick.

Implementation

void close() {
  sdl.sdl.SDL_JoystickClose(handle);
  destroy();
}