aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/CEActionsPocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/CEActionsPocket.cpp')
-rw-r--r--backends/wince/CEActionsPocket.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/wince/CEActionsPocket.cpp b/backends/wince/CEActionsPocket.cpp
index a506ab02f9..42d960d004 100644
--- a/backends/wince/CEActionsPocket.cpp
+++ b/backends/wince/CEActionsPocket.cpp
@@ -190,6 +190,9 @@ bool CEActionsPocket::perform(ActionType action, bool pushed) {
case POCKET_ACTION_CURSOR:
_mainSystem->swap_mouse_visibility();
return true;
+ case ACTION_FREELOOK:
+ _mainSystem->swap_freeLook();
+ return true;
case POCKET_ACTION_ZOOM_UP:
_mainSystem->swap_zoom_up();
return true;