comparison src/video/cocoa/SDL_cocoakeyboard.h @ 3136:962357f325e1 gsoc2009_IME

Further polish API, fix crash in test program.
author Jiang Jiang <gzjjgod@gmail.com>
date Thu, 06 Aug 2009 08:59:53 +0000
parents f4e553ec6a62
children
comparison
equal deleted inserted replaced
3135:f4e553ec6a62 3136:962357f325e1
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_Window *window); 31 extern void Cocoa_StartTextInput(_THIS);
32 extern void Cocoa_StopTextInput(_THIS); 32 extern void Cocoa_StopTextInput(_THIS);
33 extern void Cocoa_SetTextInputRect(_THIS, SDL_Rect *rect); 33 extern void Cocoa_SetTextInputRect(_THIS, SDL_Rect *rect);
34 34
35 #endif /* _SDL_cocoakeyboard_h */ 35 #endif /* _SDL_cocoakeyboard_h */
36 36