Changed messages about not recognized keys to include discourse link.

This commit is contained in:
Philipp Wiesemann 2017-05-26 22:45:52 +02:00
parent 759319729c
commit 90ed3daa3e
5 changed files with 6 additions and 6 deletions

View file

@ -398,8 +398,8 @@ SDL_EVDEV_translate_keycode(int keycode)
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);
"get this fixed, please report this to the SDL forums/mailing list "
"<https://discourse.libsdl.org/> EVDEV KeyCode %d", keycode);
}
return scancode;