Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
2316:5e1f06dc5136 | 2317:f537a293b3da |
---|---|
23 | 23 |
24 #ifndef _SDL_win32keyboard_h | 24 #ifndef _SDL_win32keyboard_h |
25 #define _SDL_win32keyboard_h | 25 #define _SDL_win32keyboard_h |
26 | 26 |
27 extern BYTE alpha_scancodes[26]; | 27 extern BYTE alpha_scancodes[26]; |
28 extern BYTE keypad_scancodes[10]; | |
28 | 29 |
29 extern void WIN_InitKeyboard(_THIS); | 30 extern void WIN_InitKeyboard(_THIS); |
30 extern void WIN_UpdateKeymap(int keyboard); | 31 extern void WIN_UpdateKeymap(int keyboard); |
31 extern void WIN_QuitKeyboard(_THIS); | 32 extern void WIN_QuitKeyboard(_THIS); |
32 | 33 |