aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/CEActionsPocket.h
diff options
context:
space:
mode:
authorNicolas Bacca2006-01-29 23:23:17 +0000
committerNicolas Bacca2006-01-29 23:23:17 +0000
commitaad356f5f598e4e1f475d065377f931e7a5938e2 (patch)
treed30b8c017d3e0fdf39757814081585d1b67016ad /backends/wince/CEActionsPocket.h
parent29a1aebe6aaef6cb4dccb834572784e01b637bbb (diff)
downloadscummvm-rg350-aad356f5f598e4e1f475d065377f931e7a5938e2.tar.gz
scummvm-rg350-aad356f5f598e4e1f475d065377f931e7a5938e2.tar.bz2
scummvm-rg350-aad356f5f598e4e1f475d065377f931e7a5938e2.zip
Knakos patch & Smartphone fixes
svn-id: r20305
Diffstat (limited to 'backends/wince/CEActionsPocket.h')
-rw-r--r--backends/wince/CEActionsPocket.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/backends/wince/CEActionsPocket.h b/backends/wince/CEActionsPocket.h
index 4f7620f8fa..1c6fd783ea 100644
--- a/backends/wince/CEActionsPocket.h
+++ b/backends/wince/CEActionsPocket.h
@@ -46,11 +46,12 @@ enum pocketActionType {
POCKET_ACTION_RIGHTCLICK,
POCKET_ACTION_CURSOR,
POCKET_ACTION_FREELOOK,
- POCKET_ACTION_ZOOM_UP,
- POCKET_ACTION_ZOOM_DOWN,
- POCKET_ACTION_FT_CHEAT,
+ POCKET_ACTION_ZOOM_UP,
+ POCKET_ACTION_ZOOM_DOWN,
+ POCKET_ACTION_FT_CHEAT,
+ POCKET_ACTION_BINDKEYS,
- POCKET_ACTION_LAST
+ POCKET_ACTION_LAST
};
class CEActionsPocket : public GUI::Actions {