diff options
| author | raysan5 <[email protected]> | 2021-01-31 03:07:26 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-01-31 03:07:26 +0100 |
| commit | 96db787657313c671ff618c23ffc91638cbc72b0 (patch) | |
| tree | 8ca079aa9159db7b18bad339137a1312763cc6d2 /src/raylib.h | |
| parent | e818dc27cd45dfc1e34d1634e164ac05bab1f8a8 (diff) | |
| download | raylib-96db787657313c671ff618c23ffc91638cbc72b0.tar.gz raylib-96db787657313c671ff618c23ffc91638cbc72b0.zip | |
REVIEWED: Gamepad system, specially for RPI
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/raylib.h b/src/raylib.h index a2e5c63b..d693f026 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -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, |
