getJoystickInstanceId method

int getJoystickInstanceId(
  1. int index
)

Get the instance ID of the joystick at index index.

SDL Docs

Implementation

int getJoystickInstanceId(final int index) =>
    checkReturnValue(sdl.SDL_JoystickGetDeviceInstanceID(index));