WARNING: REMOVED: GamepadNumber enum

This commit is contained in:
Ray 2021-03-19 18:16:05 +01:00
parent 07d82a91c5
commit 8527dbc6e2
2 changed files with 47 additions and 55 deletions

View file

@ -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