From 8527dbc6e229fc02930f13e7470ebe07c4107ce4 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 19 Mar 2021 18:16:05 +0100 Subject: WARNING: REMOVED: GamepadNumber enum --- src/raylib.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') 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 -- cgit v1.2.3