aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
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
};
/**