From 131ef1cbfc4ece47871c9051f954d33da0d84f09 Mon Sep 17 00:00:00 2001 From: "J?rgen P. Tjern?" Date: Thu, 27 Jun 2013 17:07:18 -0700 Subject: [PATCH] sdl - added comment with URL to windows scancode definition document --- src/events/scancodes_windows.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/events/scancodes_windows.h b/src/events/scancodes_windows.h index 7bf69b0ad..221d1cfcf 100644 --- a/src/events/scancodes_windows.h +++ b/src/events/scancodes_windows.h @@ -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[] = {