Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.
This commit is contained in:
parent
f0fa63a506
commit
76a24d278d
25 changed files with 76 additions and 74 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