aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorlubomyr2017-01-30 22:35:40 +0200
committerlubomyr2017-01-30 22:35:40 +0200
commit15acee29f19c845dc534d2c8af48a449ea1cd380 (patch)
tree5dd92b665f9131a0903bbaf15c913dc63d5ddf90 /common/system.h
parentca55163ea1daa6e322ef1ddf4615ad73b4634e0d (diff)
downloadscummvm-rg350-15acee29f19c845dc534d2c8af48a449ea1cd380.tar.gz
scummvm-rg350-15acee29f19c845dc534d2c8af48a449ea1cd380.tar.bz2
scummvm-rg350-15acee29f19c845dc534d2c8af48a449ea1cd380.zip
ANDROIDSDL: implemented checkbox for change mouse mode in Options menu
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h
index 41f217fc0b..5dd3f68bc0 100644
--- a/common/system.h
+++ b/common/system.h
@@ -337,6 +337,14 @@ public:
* This feature has no associated state.
*/
kFeatureOpenUrl
+
+#ifdef ANDROIDSDL
+ /**
+ * mouse emulation mode
+ */
+ ,
+ kFeatureTouchpadMode
+#endif
};
/**