Merge pull request #28 from edmcintosh/patch-1

Add stick clicks for Horipad
This commit is contained in:
Maschell 2018-09-22 17:33:22 +02:00 committed by GitHub
commit 145f62b8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ VPAD_BUTTON_ZL = 0x00, 0x40
VPAD_BUTTON_ZR = 0x00, 0x80
//Sticks
VPAD_BUTTON_STICK_L = 0x01,0x04
VPAD_BUTTON_STICK_R = 0x01,0x08
VPad_L_Stick_X = 0x03,0x80
VPad_L_Stick_X_MinMax = 0x00,0xFF
VPad_L_Stick_X_Deadzone = 0x0A