aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorlubomyr2017-01-31 22:44:50 +0200
committerlubomyr2017-01-31 22:44:50 +0200
commit9cdda5c045bed4d3a8fe5fc841225f735624e341 (patch)
tree192e4ee9a4f57c7a0e5faeec1b923fdfddf30805 /common/system.h
parent2aa0cdcff67bf423fd7eb5ed8b50749930d32a0f (diff)
downloadscummvm-rg350-9cdda5c045bed4d3a8fe5fc841225f735624e341.tar.gz
scummvm-rg350-9cdda5c045bed4d3a8fe5fc841225f735624e341.tar.bz2
scummvm-rg350-9cdda5c045bed4d3a8fe5fc841225f735624e341.zip
ANDROIDSDL: implemented checkbox for show/hide on-screen control in Options menu
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index 5dd3f68bc0..a481884ea8 100644
--- a/common/system.h
+++ b/common/system.h
@@ -339,10 +339,14 @@ public:
kFeatureOpenUrl
#ifdef ANDROIDSDL
+ ,
+ /**
+ * show on-screen control
+ */
+ kFeatureOnScreenControl,
/**
* mouse emulation mode
*/
- ,
kFeatureTouchpadMode
#endif
};