InputHandler.JoyInfo

Contains data related to joysticks.

class InputHandler
public
struct JoyInfo {}

Members

Variables

axis
int axis;

The amount of axes of this joystick

buttons
int buttons;

The amount of buttons on this joystick

hats
int hats;

The amount of hats (d-pads) of this joystick

name
string name;

The name of the joystick

Meta