mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-02 07:58:30 +00:00
PSP: Fixed a syntax error.
Found by Cppcheck.
This commit is contained in:
@@ -124,7 +124,7 @@ void PSP_PumpEvents(_THIS)
|
|||||||
/* not tested */
|
/* not tested */
|
||||||
/* SDL_PrivateKeyboard(pressed?SDL_PRESSED:SDL_RELEASED, &sym); */
|
/* SDL_PrivateKeyboard(pressed?SDL_PRESSED:SDL_RELEASED, &sym); */
|
||||||
SDL_SendKeyboardKey((keys & keymap_psp[i].id) ?
|
SDL_SendKeyboardKey((keys & keymap_psp[i].id) ?
|
||||||
SDL_PRESSED : SDL_RELEASED, SDL_GetScancodeFromKey(keymap[raw]);
|
SDL_PRESSED : SDL_RELEASED, SDL_GetScancodeFromKey(keymap[raw]));
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user