diff src/video/win32/SDL_win32keyboard.h @ 2311:54e21acfec5a

Friggin' Windows remaps alphabetic keys based on keyboard layout. We try to figure out what the actual layout independent values are.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 09 Feb 2008 22:28:27 +0000
parents 514f7c1651fc
children f537a293b3da
line wrap: on
line diff
--- a/src/video/win32/SDL_win32keyboard.h	Sat Feb 09 07:18:38 2008 +0000
+++ b/src/video/win32/SDL_win32keyboard.h	Sat Feb 09 22:28:27 2008 +0000
@@ -24,8 +24,10 @@
 #ifndef _SDL_win32keyboard_h
 #define _SDL_win32keyboard_h
 
+extern BYTE alpha_scancodes[26];
+
 extern void WIN_InitKeyboard(_THIS);
-extern void WIN_UpdateKeymap(_THIS);
+extern void WIN_UpdateKeymap(int keyboard);
 extern void WIN_QuitKeyboard(_THIS);
 
 #endif /* _SDL_win32keyboard_h */