diff options
author | lubomyr | 2017-02-14 17:38:44 +0200 |
---|---|---|
committer | lubomyr | 2017-02-14 17:38:44 +0200 |
commit | 2412502eee900208fe9d53f4ba99efb2dc357b6e (patch) | |
tree | a58af74f886a35b11d93b0323ee6d4ab9fbaf8bb /gui/options.h | |
parent | 216f9c4f11cd95f9e4ed049c9ecc97304e83f837 (diff) | |
download | scummvm-rg350-2412502eee900208fe9d53f4ba99efb2dc357b6e.tar.gz scummvm-rg350-2412502eee900208fe9d53f4ba99efb2dc357b6e.tar.bz2 scummvm-rg350-2412502eee900208fe9d53f4ba99efb2dc357b6e.zip |
ANDROIDSDL: implemented checkbox for swap menu and back buttons
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 cb86e265bb..626ffaf2db 100644 --- a/gui/options.h +++ b/gui/options.h @@ -122,6 +122,7 @@ private: CheckboxWidget *_touchpadCheckbox; CheckboxWidget *_onscreenCheckbox; + CheckboxWidget *_swapMenuAndBackBtnsCheckbox; // // Graphics controls |