diff options
| author | Reece Mackie <20544390+Rover656@users.noreply.github.com> | 2019-04-27 21:43:32 +0100 |
|---|---|---|
| committer | Reece Mackie <20544390+Rover656@users.noreply.github.com> | 2019-04-27 21:43:32 +0100 |
| commit | c1f33eb817765ad801b2419d86457a6102b64032 (patch) | |
| tree | 2e06a6e5bad7be9ac3660cccb5659fff5e23b4be /src | |
| parent | 56ded3259ded9c5fc8d5c7dff1a50044326f5ab5 (diff) | |
| download | raylib-c1f33eb817765ad801b2419d86457a6102b64032.tar.gz raylib-c1f33eb817765ad801b2419d86457a6102b64032.zip | |
Line cleaning
Diffstat (limited to 'src')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index 1b4a5434..b8347ef4 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -631,7 +631,6 @@ typedef enum GAMEPAD_BUTTON_LEFT_FACE_DOWN, GAMEPAD_BUTTON_LEFT_FACE_LEFT, - //This is normally a DPAD GAMEPAD_BUTTON_RIGHT_FACE_UP, GAMEPAD_BUTTON_RIGHT_FACE_RIGHT, @@ -657,6 +656,7 @@ typedef enum typedef enum { GAMEPAD_AXIS_UNKNOWN = 0, + //Left stick GAMEPAD_AXIS_LEFT_X, GAMEPAD_AXIS_LEFT_Y, |
