author | Philipp Wiesemann <philipp.wiesemann@arcor.de> |
Mon, 24 Aug 2015 22:31:36 +0200 | |
changeset 9851 | 0098bc9ac7cb |
parent 9850 | dba168c67bea |
child 9852 | 6436a20efcae |
--- a/src/video/psp/SDL_pspevents.c Fri Aug 21 23:50:59 2015 +0200 +++ b/src/video/psp/SDL_pspevents.c Mon Aug 24 22:31:36 2015 +0200 @@ -124,7 +124,7 @@ /* not tested */ /* SDL_PrivateKeyboard(pressed?SDL_PRESSED:SDL_RELEASED, &sym); */ SDL_SendKeyboardKey((keys & keymap_psp[i].id) ? - SDL_PRESSED : SDL_RELEASED, SDL_GetScancodeFromKey(keymap[raw]); + SDL_PRESSED : SDL_RELEASED, SDL_GetScancodeFromKey(keymap[raw])); } }