mirror of
https://github.com/yawut/SDL.git
synced 2026-07-10 13:44:44 -05:00
sdl - added comment with URL to windows scancode definition document
This commit is contained in:
parent
d553facd78
commit
3a4917404d
|
|
@ -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…
Reference in New Issue
Block a user