From f72a821566bfefab7e79a22d792f4697b1404259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20P=2E=20Tjern=C3=B8?= Date: Thu, 27 Jun 2013 17:07:18 -0700 Subject: [PATCH] sdl - added comment with URL to windows scancode definition document --HG-- extra : histedit_source : f915f6603661ea4190976914f4e6cdbe9bb66c01 --- 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[] = {