diff options
author | lubomyr | 2017-01-31 22:44:50 +0200 |
---|---|---|
committer | lubomyr | 2017-01-31 22:44:50 +0200 |
commit | 9cdda5c045bed4d3a8fe5fc841225f735624e341 (patch) | |
tree | 192e4ee9a4f57c7a0e5faeec1b923fdfddf30805 /common | |
parent | 2aa0cdcff67bf423fd7eb5ed8b50749930d32a0f (diff) | |
download | scummvm-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')
-rw-r--r-- | common/system.h | 6 |
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 }; |