Mercurial > sdl-ios-xcode
comparison src/video/win32/SDL_win32keyboard.h @ 4751:f3908cd80b10
Changed StopTextInput to take an SDL_Window parameter.
author | dewyatt |
---|---|
date | Sat, 10 Jul 2010 13:15:47 -0400 |
parents | 22aa6a631d34 |
children | dc7bdcf06367 |
comparison
equal
deleted
inserted
replaced
4750:22aa6a631d34 | 4751:f3908cd80b10 |
---|---|
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, SDL_Window *window); | 34 extern void WIN_StartTextInput(_THIS, SDL_Window *window); |
35 extern void WIN_StopTextInput(_THIS); | 35 extern void WIN_StopTextInput(_THIS, SDL_Window *window); |
36 extern void WIN_SetTextInputRect(_THIS, SDL_Rect *rect); | 36 extern void WIN_SetTextInputRect(_THIS, SDL_Rect *rect); |
37 | 37 |
38 #endif /* _SDL_win32keyboard_h */ | 38 #endif /* _SDL_win32keyboard_h */ |
39 | 39 |
40 /* vi: set ts=4 sw=4 expandtab: */ | 40 /* vi: set ts=4 sw=4 expandtab: */ |