diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-01 01:41:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-01 01:42:56 +0300 |
commit | 6915c38ca9c35bfb9a5ea05fe957463d644a75de (patch) | |
tree | 9f7473433b42078dcb2d22b9a04dac1b014c89d0 /src/touchmanager.h | |
parent | 251c9cccce6252238797bc4ac782175dd0aeb42e (diff) | |
download | mv-6915c38ca9c35bfb9a5ea05fe957463d644a75de.tar.gz mv-6915c38ca9c35bfb9a5ea05fe957463d644a75de.tar.bz2 mv-6915c38ca9c35bfb9a5ea05fe957463d644a75de.tar.xz mv-6915c38ca9c35bfb9a5ea05fe957463d644a75de.zip |
Add on screen buttons layout 3x3, 4x2, 4x3
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 { |