diff src/video/win32/SDL_vkeys.h @ 3700:076c12750bc4

Fixed bug #743 The arrow keys and keypad arrow keys have almost the same scancodes!
author Sam Lantinga <slouken@libsdl.org>
date Wed, 27 Jan 2010 05:14:22 +0000
parents f7b03b6838cb
children
line wrap: on
line diff
--- a/src/video/win32/SDL_vkeys.h	Tue Jan 26 06:01:33 2010 +0000
+++ b/src/video/win32/SDL_vkeys.h	Wed Jan 27 05:14:22 2010 +0000
@@ -73,4 +73,5 @@
 #define VK_APOSTROPHE	0xDE
 #define VK_BACKTICK	0xDF
 #define VK_OEM_102	0xE2
+
 /* vi: set ts=4 sw=4 expandtab: */