Add more button defines to the VPAD input.h

This commit is contained in:
Maschell 2018-06-17 19:30:49 +02:00 committed by James Benton
parent f5aa0a6523
commit 9fe98f8abe

View File

@ -39,6 +39,14 @@ typedef enum VPADButtons
VPAD_BUTTON_STICK_R = 0x00020000,
VPAD_BUTTON_STICK_L = 0x00040000,
VPAD_BUTTON_TV = 0x00010000,
VPAD_STICK_R_EMULATION_LEFT = 0x04000000,
VPAD_STICK_R_EMULATION_RIGHT = 0x02000000,
VPAD_STICK_R_EMULATION_UP = 0x01000000,
VPAD_STICK_R_EMULATION_DOWN = 0x00800000,
VPAD_STICK_L_EMULATION_LEFT = 0x40000000,
VPAD_STICK_L_EMULATION_RIGHT = 0x20000000,
VPAD_STICK_L_EMULATION_UP = 0x10000000,
VPAD_STICK_L_EMULATION_DOWN = 0x08000000,
} VPADButtons;
typedef enum VPADTouchPadValidity