aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.h
diff options
context:
space:
mode:
authorCameron Cawley2019-10-13 21:31:18 +0100
committerFilippos Karapetis2019-10-23 07:41:31 +0300
commit94a53ccb0f1dc2d67124b382f26d51582aa4f394 (patch)
tree1e762d2f07e4757ee18e9a9b77cb2452ba1383e1 /backends/platform/android/android.h
parente620372d87271767899743b3521a4055af36cc61 (diff)
downloadscummvm-rg350-94a53ccb0f1dc2d67124b382f26d51582aa4f394.tar.gz
scummvm-rg350-94a53ccb0f1dc2d67124b382f26d51582aa4f394.tar.bz2
scummvm-rg350-94a53ccb0f1dc2d67124b382f26d51582aa4f394.zip
ANDROID: Add swap menu and back buttons option
Diffstat (limited to 'backends/platform/android/android.h')
-rw-r--r--backends/platform/android/android.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/android/android.h b/backends/platform/android/android.h
index 96219c28de..b13b42e5bf 100644
--- a/backends/platform/android/android.h
+++ b/backends/platform/android/android.h
@@ -112,6 +112,7 @@ private:
int _dpad_scale;
int _joystick_scale;
int _fingersDown;
+ bool _swap_menu_and_back;
void clipMouse(Common::Point &p);
void scaleMouse(Common::Point &p, int x, int y, bool deductDrawRect = true, bool touchpadMode = false);