diff options
Diffstat (limited to 'common/system.h')
-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 }; /** |