sdl - added comment with URL to windows scancode definition document

--HG--
extra : histedit_source : f915f6603661ea4190976914f4e6cdbe9bb66c01
This commit is contained in:
Jørgen P. Tjernø 2013-06-27 17:07:18 -07:00
parent a7879829ef
commit f72a821566

View file

@ -21,6 +21,8 @@
#include "../../include/SDL_scancode.h" #include "../../include/SDL_scancode.h"
/* Windows scancode to SDL scancode mapping table */ /* Windows scancode to SDL scancode mapping table */
/* derived from Microsoft scan code document, http://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/scancode.doc */
/* *INDENT-OFF* */ /* *INDENT-OFF* */
static const SDL_Scancode windows_scancode_table[] = static const SDL_Scancode windows_scancode_table[] =
{ {