comparison src/video/win32/SDL_win32keyboard.h @ 2308:514f7c1651fc

Untested Win32 keyboard scancode code.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 08 Feb 2008 08:35:49 +0000
parents c121d94672cb
children 54e21acfec5a
comparison
equal deleted inserted replaced
2307:47f8a579cd9b 2308:514f7c1651fc
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 void WIN_InitKeyboard(_THIS); 27 extern void WIN_InitKeyboard(_THIS);
28 extern void WIN_UpdateKeymap(_THIS);
28 extern void WIN_QuitKeyboard(_THIS); 29 extern void WIN_QuitKeyboard(_THIS);
29 30
30 #endif /* _SDL_win32keyboard_h */ 31 #endif /* _SDL_win32keyboard_h */
31 32
32 /* vi: set ts=4 sw=4 expandtab: */ 33 /* vi: set ts=4 sw=4 expandtab: */