Renamed SDL_keysym to SDL_KeySym
Renamed SDL_scancode to SDL_ScanCode Added #defines to SDL_compat.h
This commit is contained in:
parent
477689ac83
commit
a2f2302255
29 changed files with 84 additions and 81 deletions
|
@ -53,7 +53,7 @@ print_modifiers(void)
|
|||
}
|
||||
|
||||
static void
|
||||
PrintKey(SDL_keysym * sym, SDL_bool pressed, SDL_bool repeat)
|
||||
PrintKey(SDL_KeySym * sym, SDL_bool pressed, SDL_bool repeat)
|
||||
{
|
||||
/* Print the keycode, name and state */
|
||||
if (sym->sym) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue