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 /gui/options.h | |
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 'gui/options.h')
-rw-r--r-- | gui/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/options.h b/gui/options.h index 046e9acf6d..3189c91982 100644 --- a/gui/options.h +++ b/gui/options.h @@ -123,6 +123,7 @@ private: bool _enableAndroidSdlSettings; CheckboxWidget *_touchpadCheckbox; + CheckboxWidget *_onscreenCheckbox; #endif // |