Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
sdl - added comment with URL to windows scancode definition document
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenpt committed Jun 28, 2013
1 parent ed99764 commit 131ef1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/events/scancodes_windows.h
Expand Up @@ -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[] =
{
Expand Down

0 comments on commit 131ef1c

Please sign in to comment.