comparison src/video/cocoa/SDL_cocoakeyboard.h @ 3135:f4e553ec6a62 gsoc2009_IME

Update API, first step: make it build
author Jiang Jiang <gzjjgod@gmail.com>
date Thu, 06 Aug 2009 08:56:48 +0000
parents fef1a835af43
children 962357f325e1
comparison
equal deleted inserted replaced
3134:f896821736fb 3135:f4e553ec6a62
26 26
27 extern void Cocoa_InitKeyboard(_THIS); 27 extern void Cocoa_InitKeyboard(_THIS);
28 extern void Cocoa_HandleKeyEvent(_THIS, NSEvent * event); 28 extern void Cocoa_HandleKeyEvent(_THIS, NSEvent * event);
29 extern void Cocoa_QuitKeyboard(_THIS); 29 extern void Cocoa_QuitKeyboard(_THIS);
30 30
31 extern void Cocoa_StartTextInput(_THIS, SDL_Rect *rect); 31 extern void Cocoa_StartTextInput(_THIS, SDL_Window *window);
32 extern void Cocoa_StopTextInput(_THIS);
33 extern void Cocoa_SetTextInputRect(_THIS, SDL_Rect *rect);
32 34
33 #endif /* _SDL_cocoakeyboard_h */ 35 #endif /* _SDL_cocoakeyboard_h */
34 36
35 /* vi: set ts=4 sw=4 expandtab: */ 37 /* vi: set ts=4 sw=4 expandtab: */