Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.

This commit is contained in:
Sam Lantinga 2011-02-07 09:37:11 -08:00
parent f0fa63a506
commit 76a24d278d
25 changed files with 76 additions and 74 deletions

View file

@ -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) {