revert alignments
This commit is contained in:
parent
b320b1906b
commit
a2071d2a48
|
|
@ -620,8 +620,7 @@ typedef enum {
|
||||||
} GamepadNumber;
|
} GamepadNumber;
|
||||||
|
|
||||||
// Gamepad Buttons
|
// Gamepad Buttons
|
||||||
typedef enum
|
typedef enum {
|
||||||
{
|
|
||||||
// This is here just for error checking
|
// This is here just for error checking
|
||||||
GAMEPAD_BUTTON_UNKNOWN = 0,
|
GAMEPAD_BUTTON_UNKNOWN = 0,
|
||||||
|
|
||||||
|
|
@ -647,9 +646,9 @@ typedef enum
|
||||||
GAMEPAD_BUTTON_RIGHT_TRIGGER_2,
|
GAMEPAD_BUTTON_RIGHT_TRIGGER_2,
|
||||||
|
|
||||||
// These are buttons in the center of the gamepad
|
// These are buttons in the center of the gamepad
|
||||||
GAMEPAD_BUTTON_MIDDLE_LEFT, //PS3 Select
|
GAMEPAD_BUTTON_MIDDLE_LEFT, //PS3 Select
|
||||||
GAMEPAD_BUTTON_MIDDLE, //PS Button/XBOX Button
|
GAMEPAD_BUTTON_MIDDLE, //PS Button/XBOX Button
|
||||||
GAMEPAD_BUTTON_MIDDLE_RIGHT, //PS3 Start
|
GAMEPAD_BUTTON_MIDDLE_RIGHT, //PS3 Start
|
||||||
|
|
||||||
// These are the joystick press in buttons
|
// These are the joystick press in buttons
|
||||||
GAMEPAD_BUTTON_LEFT_THUMB,
|
GAMEPAD_BUTTON_LEFT_THUMB,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user