From 6e57311011717f70092c4efe98c9ffa5e028dd43 Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Sun, 13 Jul 2003 12:30:32 +0000 Subject: Add Free-Look key svn-id: r8979 --- backends/wince/gapi_keys.cpp | 3 ++- backends/wince/gapi_keys.h | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'backends/wince') 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 /* -- cgit v1.2.3