JoystickButtonEvent

The Joystick button Event structure

struct JoystickButtonEvent {}

Members

Variables

button
ubyte button;

The index of the button which is pressed or released

isPressed
bool isPressed;

true, if the button is pressed

which
int which;

The instance id of the joystick which reported the event

Meta