Comments (#1026)
* swapped comments, expanded comment for clarity * revert alignments * adjusted for consistency
This commit is contained in:
parent
d5aab98ac9
commit
776304e8e8
1 changed files with 5 additions and 3 deletions
|
@ -624,14 +624,16 @@ typedef enum {
|
||||||
// This is here just for error checking
|
// This is here just for error checking
|
||||||
GAMEPAD_BUTTON_UNKNOWN = 0,
|
GAMEPAD_BUTTON_UNKNOWN = 0,
|
||||||
|
|
||||||
// This is normally [A,B,X,Y]/[Circle,Triangle,Square,Cross]
|
// This is normally a DPAD
|
||||||
// No support for 6 button controllers though..
|
|
||||||
GAMEPAD_BUTTON_LEFT_FACE_UP,
|
GAMEPAD_BUTTON_LEFT_FACE_UP,
|
||||||
GAMEPAD_BUTTON_LEFT_FACE_RIGHT,
|
GAMEPAD_BUTTON_LEFT_FACE_RIGHT,
|
||||||
GAMEPAD_BUTTON_LEFT_FACE_DOWN,
|
GAMEPAD_BUTTON_LEFT_FACE_DOWN,
|
||||||
GAMEPAD_BUTTON_LEFT_FACE_LEFT,
|
GAMEPAD_BUTTON_LEFT_FACE_LEFT,
|
||||||
|
|
||||||
// This is normally a DPAD
|
// This normally corresponds with PlayStation and Xbox controllers
|
||||||
|
// XBOX: [Y,X,A,B]
|
||||||
|
// PS3: [Triangle,Square,Cross,Circle]
|
||||||
|
// No support for 6 button controllers though..
|
||||||
GAMEPAD_BUTTON_RIGHT_FACE_UP,
|
GAMEPAD_BUTTON_RIGHT_FACE_UP,
|
||||||
GAMEPAD_BUTTON_RIGHT_FACE_RIGHT,
|
GAMEPAD_BUTTON_RIGHT_FACE_RIGHT,
|
||||||
GAMEPAD_BUTTON_RIGHT_FACE_DOWN,
|
GAMEPAD_BUTTON_RIGHT_FACE_DOWN,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue