sdl - added comment with URL to windows scancode definition document
--HG-- extra : histedit_source : f915f6603661ea4190976914f4e6cdbe9bb66c01
This commit is contained in:
parent
a7879829ef
commit
f72a821566
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
#include "../../include/SDL_scancode.h"
|
||||
|
||||
/* 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* */
|
||||
static const SDL_Scancode windows_scancode_table[] =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue