aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bacca2003-07-13 12:30:32 +0000
committerNicolas Bacca2003-07-13 12:30:32 +0000
commit6e57311011717f70092c4efe98c9ffa5e028dd43 (patch)
tree02a725013760feeef2402b9c145f49e9d1f83081
parente41a18b7e4f8fde223e70248a9ec99631b818218 (diff)
downloadscummvm-rg350-6e57311011717f70092c4efe98c9ffa5e028dd43.tar.gz
scummvm-rg350-6e57311011717f70092c4efe98c9ffa5e028dd43.tar.bz2
scummvm-rg350-6e57311011717f70092c4efe98c9ffa5e028dd43.zip
Add Free-Look key
svn-id: r8979
-rw-r--r--backends/wince/gapi_keys.cpp3
-rw-r--r--backends/wince/gapi_keys.h5
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
/*