diff options
author | lubomyr | 2017-01-30 22:35:40 +0200 |
---|---|---|
committer | lubomyr | 2017-01-30 22:35:40 +0200 |
commit | 15acee29f19c845dc534d2c8af48a449ea1cd380 (patch) | |
tree | 5dd92b665f9131a0903bbaf15c913dc63d5ddf90 /common | |
parent | ca55163ea1daa6e322ef1ddf4615ad73b4634e0d (diff) | |
download | scummvm-rg350-15acee29f19c845dc534d2c8af48a449ea1cd380.tar.gz scummvm-rg350-15acee29f19c845dc534d2c8af48a449ea1cd380.tar.bz2 scummvm-rg350-15acee29f19c845dc534d2c8af48a449ea1cd380.zip |
ANDROIDSDL: implemented checkbox for change mouse mode in Options menu
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h index 41f217fc0b..5dd3f68bc0 100644 --- a/common/system.h +++ b/common/system.h @@ -337,6 +337,14 @@ public: * This feature has no associated state. */ kFeatureOpenUrl + +#ifdef ANDROIDSDL + /** + * mouse emulation mode + */ + , + kFeatureTouchpadMode +#endif }; /** |