diff options
Diffstat (limited to 'src/touchmanager.h')
-rw-r--r-- | src/touchmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touchmanager.h b/src/touchmanager.h index 2a7962065..2b2c9cf2d 100644 --- a/src/touchmanager.h +++ b/src/touchmanager.h @@ -41,7 +41,7 @@ class MouseInput; typedef void (*TouchFuncPtr) (const MouseInput &mouseInput); const int actionsSize = Input::KEY_TOTAL; -const int buttonsCount = 4; +const int buttonsCount = 12; struct TouchItem final { |