mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-17 15:21:44 +00:00
WARNING: REMOVED: GamepadNumber enum
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user