Fixed typo in log message.
This commit is contained in:
parent
87dab7d815
commit
cbffdf0265
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ SDL_NACL_translate_keycode(int keycode)
|
||||||
scancode = NACL_Keycodes[keycode];
|
scancode = NACL_Keycodes[keycode];
|
||||||
}
|
}
|
||||||
if (scancode == SDL_SCANCODE_UNKNOWN) {
|
if (scancode == SDL_SCANCODE_UNKNOWN) {
|
||||||
SDL_Log("The key you just pressed is not recognized by SDL. To help get this fixed, please report this to the SDL mailing list <sdl@libsdl.org> EVDEV KeyCode %d \n", keycode);
|
SDL_Log("The key you just pressed is not recognized by SDL. To help get this fixed, please report this to the SDL mailing list <sdl@libsdl.org> NACL KeyCode %d \n", keycode);
|
||||||
}
|
}
|
||||||
return scancode;
|
return scancode;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue