diff options
-rw-r--r-- | backends/wince/gapi_keys.cpp | 3 | ||||
-rw-r--r-- | backends/wince/gapi_keys.h | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/backends/wince/gapi_keys.cpp b/backends/wince/gapi_keys.cpp index 4468ea5c23..cc2f82b1cb 100644 --- a/backends/wince/gapi_keys.cpp +++ b/backends/wince/gapi_keys.cpp @@ -65,7 +65,8 @@ const char* ActionsText[] = { "Right click", "Cursor on/off", "Subtitles on/off", - "Boss" + "Boss", + "Free look" }; bool _typeExists(unsigned int x) { diff --git a/backends/wince/gapi_keys.h b/backends/wince/gapi_keys.h index 0215763130..8765fe3430 100644 --- a/backends/wince/gapi_keys.h +++ b/backends/wince/gapi_keys.h @@ -14,7 +14,8 @@ enum ActionType { ACTION_RIGHTCLICK = 8, ACTION_CURSOR = 9, ACTION_SUBTITLES = 10, - ACTION_BOSS = 11 + ACTION_BOSS = 11, + ACTION_FREELOOK = 12 }; struct oneAction { @@ -22,7 +23,7 @@ struct oneAction { unsigned int action_type; }; -#define TOTAL_ACTIONS 12 +#define TOTAL_ACTIONS 13 #define GAPI_KEY_BASE 1000 /* |