Revert MAX_GAMEPAD_AXIS update
This commit is contained in:
parent
180d770ecb
commit
5b9ff24c40
|
|
@ -292,7 +292,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MAX_GAMEPADS 4 // Max number of gamepads supported
|
#define MAX_GAMEPADS 4 // Max number of gamepads supported
|
||||||
#define MAX_GAMEPAD_AXIS 6 // Max number of axis supported (per gamepad)
|
#define MAX_GAMEPAD_AXIS 8 // Max number of axis supported (per gamepad)
|
||||||
#define MAX_GAMEPAD_BUTTONS 32 // Max bumber of buttons supported (per gamepad)
|
#define MAX_GAMEPAD_BUTTONS 32 // Max bumber of buttons supported (per gamepad)
|
||||||
|
|
||||||
#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