summaryrefslogtreecommitdiff
path: root/src/touchmanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-01 01:41:48 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-01 01:42:56 +0300
commit6915c38ca9c35bfb9a5ea05fe957463d644a75de (patch)
tree9f7473433b42078dcb2d22b9a04dac1b014c89d0 /src/touchmanager.h
parent251c9cccce6252238797bc4ac782175dd0aeb42e (diff)
downloadplus-6915c38ca9c35bfb9a5ea05fe957463d644a75de.tar.gz
plus-6915c38ca9c35bfb9a5ea05fe957463d644a75de.tar.bz2
plus-6915c38ca9c35bfb9a5ea05fe957463d644a75de.tar.xz
plus-6915c38ca9c35bfb9a5ea05fe957463d644a75de.zip
Add on screen buttons layout 3x3, 4x2, 4x3
Diffstat (limited to 'src/touchmanager.h')
-rw-r--r--src/touchmanager.h2
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
{