summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-11-25 18:31:31 +0300
committerAndrei Karas <akaras@inbox.ru>2012-11-25 21:33:09 +0300
commit42d107be2ecb0cf81c1a291bb4e63e78094bd62e (patch)
tree1cb81873ef6c596b835e655336e374d746f55da4 /src/gui/setup_other.cpp
parenta8daff746c0a2cc2fe8459a4db8a15dfe94c80f0 (diff)
downloadplus-42d107be2ecb0cf81c1a291bb4e63e78094bd62e.tar.gz
plus-42d107be2ecb0cf81c1a291bb4e63e78094bd62e.tar.bz2
plus-42d107be2ecb0cf81c1a291bb4e63e78094bd62e.tar.xz
plus-42d107be2ecb0cf81c1a291bb4e63e78094bd62e.zip
Add relative mouse moving.
Enabled by default in Android version.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r--src/gui/setup_other.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp
index 0fec8a99d..e638af3a8 100644
--- a/src/gui/setup_other.cpp
+++ b/src/gui/setup_other.cpp
@@ -111,6 +111,8 @@ Setup_Other::Setup_Other(const Widget2 *const widget) :
new SetupItemTextField(_("Crazy move A program"), "",
"crazyMoveProgram", this, "crazyMoveProgramEvent");
+ new SetupItemCheckBox(_("Mouse relative moves (good for touch interfaces"),
+ "", "mouseDirectionMove", this, "mouseDirectionMoveEvent");
new SetupItemLabel(_("Player"), "", this);