diff options
author | Lars Persson | 2007-11-24 11:39:23 +0000 |
---|---|---|
committer | Lars Persson | 2007-11-24 11:39:23 +0000 |
commit | 1a353d743037f4d36bac9b2197674dbb5147239a (patch) | |
tree | 49558697cf3e662ffb1575db99074b1aac2d9e8a /backends/platform/symbian/src | |
parent | a4bbdd229256b4206828b2e1572e5eac4a6ac14f (diff) | |
download | scummvm-rg350-1a353d743037f4d36bac9b2197674dbb5147239a.tar.gz scummvm-rg350-1a353d743037f4d36bac9b2197674dbb5147239a.tar.bz2 scummvm-rg350-1a353d743037f4d36bac9b2197674dbb5147239a.zip |
Support for IGOR in the build system.
svn-id: r29624
Diffstat (limited to 'backends/platform/symbian/src')
-rw-r--r-- | backends/platform/symbian/src/SymbianActions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/symbian/src/SymbianActions.cpp b/backends/platform/symbian/src/SymbianActions.cpp index 4d554db26c..eed706abb5 100644 --- a/backends/platform/symbian/src/SymbianActions.cpp +++ b/backends/platform/symbian/src/SymbianActions.cpp @@ -56,7 +56,7 @@ const Common::String actionNames[] = { }; #ifdef UIQ -static const int ACTIONS_DEFAULT[ACTION_LAST] = { 0, 0, 0, 0, SDLK_F1, SDLK_F2, SDLK_F5, SDLK_PAGEDOWN, '9', 0, 0, SDLK_PAGEUP, 0, 0, 0, 0}; +static const int ACTIONS_DEFAULT[ACTION_LAST] = { SDLK_UP, SDLK_DOWN, SDLK_LEFT, SDLK_RIGHT, SDLK_F1, SDLK_F2, SDLK_F5, SDLK_PAGEDOWN, '9', 0, 0, SDLK_PAGEUP, 0, 0, 0, 0}; #elif defined (S60) const int ACTIONS_DEFAULT[ACTION_LAST] = { 0, 0, 0, 0, 0, 0, '*', '#', '9', 0, 0, 0, 0, 0, 0, 0}; #elif defined (S90) |