comparison src/video/win32/SDL_win32keyboard.h @ 4747:5284a3b3217a

Added empty text input functions for win32.
author dewyatt
date Tue, 06 Jul 2010 02:34:49 -0400
parents 3e69e077cb95
children 22aa6a631d34
comparison
equal deleted inserted replaced
4746:0c39b36dd104 4747:5284a3b3217a
29 29
30 extern void WIN_InitKeyboard(_THIS); 30 extern void WIN_InitKeyboard(_THIS);
31 extern void WIN_UpdateKeymap(void); 31 extern void WIN_UpdateKeymap(void);
32 extern void WIN_QuitKeyboard(_THIS); 32 extern void WIN_QuitKeyboard(_THIS);
33 33
34 extern void WIN_StartTextInput(_THIS);
35 extern void WIN_StopTextInput(_THIS);
36 extern void WIN_SetTextInputRect(_THIS, SDL_Rect *rect);
37
34 #endif /* _SDL_win32keyboard_h */ 38 #endif /* _SDL_win32keyboard_h */
35 39
36 /* vi: set ts=4 sw=4 expandtab: */ 40 /* vi: set ts=4 sw=4 expandtab: */