ControllerButtonEvent

The Game Controller button Event structure

Members

Variables

button
GameController.Button button;

The GameController 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