Mercurial > sdl-ios-xcode
diff src/video/windx5/SDL_dx5events.c @ 1526:89f90f32f6c0
Fixed bug #124
Print Screen key events weren't reported on Windows
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 14 Mar 2006 07:06:06 +0000 |
parents | 21b1fbb53f4a |
children | e49147870aac eb2d5480ae95 |
line wrap: on
line diff
--- a/src/video/windx5/SDL_dx5events.c Tue Mar 14 06:00:30 2006 +0000 +++ b/src/video/windx5/SDL_dx5events.c Tue Mar 14 07:06:06 2006 +0000 @@ -802,7 +802,7 @@ DIK_keymap[DIK_NUMPADENTER] = SDLK_KP_ENTER; DIK_keymap[DIK_RCONTROL] = SDLK_RCTRL; DIK_keymap[DIK_DIVIDE] = SDLK_KP_DIVIDE; - DIK_keymap[DIK_SYSRQ] = SDLK_SYSREQ; + DIK_keymap[DIK_SYSRQ] = SDLK_PRINT; DIK_keymap[DIK_RMENU] = SDLK_RALT; DIK_keymap[DIK_PAUSE] = SDLK_PAUSE; DIK_keymap[DIK_HOME] = SDLK_HOME;