mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-09 05:40:45 +01:00
Add more button defines to the VPAD input.h
This commit is contained in:
parent
f5aa0a6523
commit
9fe98f8abe
@ -39,6 +39,14 @@ typedef enum VPADButtons
|
|||||||
VPAD_BUTTON_STICK_R = 0x00020000,
|
VPAD_BUTTON_STICK_R = 0x00020000,
|
||||||
VPAD_BUTTON_STICK_L = 0x00040000,
|
VPAD_BUTTON_STICK_L = 0x00040000,
|
||||||
VPAD_BUTTON_TV = 0x00010000,
|
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;
|
} VPADButtons;
|
||||||
|
|
||||||
typedef enum VPADTouchPadValidity
|
typedef enum VPADTouchPadValidity
|
||||||
|
Loading…
Reference in New Issue
Block a user