summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgamepad_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamepad_handler.h b/gamepad_handler.h
index 3dbdf01..dcb70b6 100755
--- a/gamepad_handler.h
+++ b/gamepad_handler.h
@@ -43,7 +43,7 @@ class cGamepadHandler
generic_event* event(void);
static const int MAX_NUM_BUTTONS = 16;
- static const int MAX_NUM_AXIS = 6;
+ static const int MAX_NUM_AXIS = 8;
static const int AXIS_DEAD_ZONE = 15000;
static const int MAX_KEYS = MAX_NUM_BUTTONS + 2*MAX_NUM_AXIS;