joystick2 2.0.0.0

Macros

#define JOYSTICK2_POSITION_LEFT   0x01
 
#define JOYSTICK2_POSITION_RIGHT   0x10
 
#define JOYSTICK2_POSITION_UP   0x08
 
#define JOYSTICK2_POSITION_DOWN   0x04
 
#define JOYSTICK2_BUTTON_ACTIVE   0x02
 

Detailed Description

Macro Definition Documentation

◆ JOYSTICK2_BUTTON_ACTIVE

#define JOYSTICK2_BUTTON_ACTIVE   0x02

◆ JOYSTICK2_POSITION_DOWN

#define JOYSTICK2_POSITION_DOWN   0x04

◆ JOYSTICK2_POSITION_LEFT

#define JOYSTICK2_POSITION_LEFT   0x01

◆ JOYSTICK2_POSITION_RIGHT

#define JOYSTICK2_POSITION_RIGHT   0x10

◆ JOYSTICK2_POSITION_UP

#define JOYSTICK2_POSITION_UP   0x08