WARNING: REMOVED: GamepadNumber enum
This commit is contained in:
parent
07d82a91c5
commit
8527dbc6e2
2 changed files with 47 additions and 55 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue