Joystick Constants

Joystick Constants

Joystick constants are constants used with joysticks.

List

ConstantValueDescription
JOY_HAT_CENTERED0The hat is centered.
JOY_HAT_UP1The hat is moved up.
JOY_HAT_RIGHT2The hat is moved right.
JOY_HAT_DOWN4The hat is moved down.
JOY_HAT_LEFT8The hat is moved left.
JOY_HAT_RIGHTUP3The hat is moved right and up.
JOY_HAT_RIGHTDOWN6The hat is moved right and down.
JOY_HAT_LEFTUP9The hat is moved left and up.
JOY_HAT_LEFTDOWN12The hat is moved left and down.