The gamepad is not connected exception.

Thrown when using a gamepad not connected.

You can check connection status with Gamepad.connected, or get all the connected gamepads with GLFW.getConnectedGamepads.

Variables

read onlygamepad:Gamepad

The gamepad that was incorrectly used.

Inherited Variables

Defined by Exception

finalmessage:String

A UTF-8 encoded string describing the error.

Inherited Methods