aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/gapi_keys.h
diff options
context:
space:
mode:
authorNicolas Bacca2003-07-13 12:30:32 +0000
committerNicolas Bacca2003-07-13 12:30:32 +0000
commit6e57311011717f70092c4efe98c9ffa5e028dd43 (patch)
tree02a725013760feeef2402b9c145f49e9d1f83081 /backends/wince/gapi_keys.h
parente41a18b7e4f8fde223e70248a9ec99631b818218 (diff)
downloadscummvm-rg350-6e57311011717f70092c4efe98c9ffa5e028dd43.tar.gz
scummvm-rg350-6e57311011717f70092c4efe98c9ffa5e028dd43.tar.bz2
scummvm-rg350-6e57311011717f70092c4efe98c9ffa5e028dd43.zip
Add Free-Look key
svn-id: r8979
Diffstat (limited to 'backends/wince/gapi_keys.h')
-rw-r--r--backends/wince/gapi_keys.h5
1 files changed, 3 insertions, 2 deletions
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
/*