Revert Gamepad MAX definitions
This commit is contained in:
parent
08db4ab8c1
commit
180d770ecb
|
|
@ -291,15 +291,9 @@
|
||||||
#define MOUSE_SENSITIVITY 0.8f
|
#define MOUSE_SENSITIVITY 0.8f
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MAX_GAMEPADS
|
|
||||||
#define MAX_GAMEPADS 4 // Max number of gamepads supported
|
#define MAX_GAMEPADS 4 // Max number of gamepads supported
|
||||||
#endif
|
|
||||||
#ifndef MAX_GAMEPAD_AXIS
|
|
||||||
#define MAX_GAMEPAD_AXIS 6 // Max number of axis supported (per gamepad)
|
#define MAX_GAMEPAD_AXIS 6 // Max number of axis supported (per gamepad)
|
||||||
#endif
|
|
||||||
#ifndef MAX_GAMEPAD_BUTTONS
|
|
||||||
#define MAX_GAMEPAD_BUTTONS 32 // Max bumber of buttons supported (per gamepad)
|
#define MAX_GAMEPAD_BUTTONS 32 // Max bumber of buttons supported (per gamepad)
|
||||||
#endif
|
|
||||||
|
|
||||||
#define MAX_CHARS_QUEUE 16 // Max number of characters in the input queue
|
#define MAX_CHARS_QUEUE 16 // Max number of characters in the input queue
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user