Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32keyboard.h @ 2317:f537a293b3da
Windows also remaps the numeric keypad... grrr
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 11 Feb 2008 21:06:32 +0000 |
parents | 54e21acfec5a |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/video/win32/SDL_win32keyboard.h Mon Feb 11 20:26:22 2008 +0000 +++ b/src/video/win32/SDL_win32keyboard.h Mon Feb 11 21:06:32 2008 +0000 @@ -25,6 +25,7 @@ #define _SDL_win32keyboard_h extern BYTE alpha_scancodes[26]; +extern BYTE keypad_scancodes[10]; extern void WIN_InitKeyboard(_THIS); extern void WIN_UpdateKeymap(int keyboard);