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 /common | |
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 'common')
-rw-r--r-- | common/system.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index eda4ec6b10..1b03fb0a15 100644 --- a/common/system.h +++ b/common/system.h @@ -346,7 +346,12 @@ public: /** * mouse emulation mode */ - kFeatureTouchpadMode + kFeatureTouchpadMode, + + /** + * swap menu and back buttons + */ + kFeatureSwapMenuAndBackButtons }; /** |