summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorRay <[email protected]>2021-03-19 18:16:05 +0100
committerRay <[email protected]>2021-03-19 18:16:05 +0100
commit8527dbc6e229fc02930f13e7470ebe07c4107ce4 (patch)
treeb948838498559848a974adce5214cfedd585c747 /src/raylib.h
parent07d82a91c5e710bae05525b7a053893ff3771767 (diff)
downloadraylib-8527dbc6e229fc02930f13e7470ebe07c4107ce4.tar.gz
raylib-8527dbc6e229fc02930f13e7470ebe07c4107ce4.zip
WARNING: REMOVED: GamepadNumber enum
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/raylib.h b/src/raylib.h
index ae1b494e..c3528f21 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -639,14 +639,6 @@ typedef enum {
MOUSE_CURSOR_NOT_ALLOWED = 10 // The operation-not-allowed shape
} MouseCursor;
-// Gamepad number
-typedef enum {
- GAMEPAD_PLAYER1 = 0,
- GAMEPAD_PLAYER2 = 1,
- GAMEPAD_PLAYER3 = 2,
- GAMEPAD_PLAYER4 = 3
-} GamepadNumber;
-
// Gamepad buttons
typedef enum {
// This is here just for error checking