From 42d107be2ecb0cf81c1a291bb4e63e78094bd62e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 25 Nov 2012 18:31:31 +0300 Subject: Add relative mouse moving. Enabled by default in Android version. --- src/gui/setup_other.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/setup_other.cpp') 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); -- cgit v1.2.3-70-g09d2