REVIEWED: Gamepad system, specially for RPI
This commit is contained in:
parent
e818dc27cd
commit
96db787657
2 changed files with 28 additions and 28 deletions
|
@ -674,9 +674,9 @@ typedef enum {
|
|||
GAMEPAD_BUTTON_RIGHT_TRIGGER_2,
|
||||
|
||||
// These are buttons in the center of the gamepad
|
||||
GAMEPAD_BUTTON_MIDDLE_LEFT, //PS3 Select
|
||||
GAMEPAD_BUTTON_MIDDLE, //PS Button/XBOX Button
|
||||
GAMEPAD_BUTTON_MIDDLE_RIGHT, //PS3 Start
|
||||
GAMEPAD_BUTTON_MIDDLE_LEFT, // PS3 Select
|
||||
GAMEPAD_BUTTON_MIDDLE, // PS Button/XBOX Button
|
||||
GAMEPAD_BUTTON_MIDDLE_RIGHT, // PS3 Start
|
||||
|
||||
// These are the joystick press in buttons
|
||||
GAMEPAD_BUTTON_LEFT_THUMB,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue