diff options
Diffstat (limited to 'common/system.h')
-rw-r--r-- | common/system.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index 41f217fc0b..1b03fb0a15 100644 --- a/common/system.h +++ b/common/system.h @@ -336,7 +336,22 @@ public: * * This feature has no associated state. */ - kFeatureOpenUrl + kFeatureOpenUrl , + + /** + * show on-screen control + */ + kFeatureOnScreenControl, + + /** + * mouse emulation mode + */ + kFeatureTouchpadMode, + + /** + * swap menu and back buttons + */ + kFeatureSwapMenuAndBackButtons }; /** |