diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-01-01 01:13:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-01-01 01:13:26 +0300 |
commit | 05e6289b28c26df11b38a71e737017d64d22b029 (patch) | |
tree | dd649b8ffe10fab5c5bb777381fb0491cb1c9f72 /src/gui/setup_touch.h | |
parent | 82ace39b426a843382a6a809e7b66487c1412494 (diff) | |
download | plus-05e6289b28c26df11b38a71e737017d64d22b029.tar.gz plus-05e6289b28c26df11b38a71e737017d64d22b029.tar.bz2 plus-05e6289b28c26df11b38a71e737017d64d22b029.tar.xz plus-05e6289b28c26df11b38a71e737017d64d22b029.zip |
Allow select differnt modes for on screen buttons.
Now supported 2x1 and 2x2 modes.
Diffstat (limited to 'src/gui/setup_touch.h')
-rw-r--r-- | src/gui/setup_touch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup_touch.h b/src/gui/setup_touch.h index 2dc270abf..444006f48 100644 --- a/src/gui/setup_touch.h +++ b/src/gui/setup_touch.h @@ -39,6 +39,7 @@ class Setup_Touch final : public SetupTabScroll protected: NamesModel *mSizeList; + NamesModel *mFormatList; TouchActionsModel *mActionsList; }; |