Mercurial > sdl-ios-xcode
comparison src/video/cocoa/SDL_cocoakeyboard.h @ 3130:fef1a835af43 gsoc2009_IME
Basic text input API
author | Jiang Jiang <gzjjgod@gmail.com> |
---|---|
date | Fri, 26 Jun 2009 10:37:57 +0000 |
parents | 99210400e8b9 |
children | f4e553ec6a62 |
comparison
equal
deleted
inserted
replaced
3129:e42873b9c6f1 | 3130:fef1a835af43 |
---|---|
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); | |
32 | |
31 #endif /* _SDL_cocoakeyboard_h */ | 33 #endif /* _SDL_cocoakeyboard_h */ |
32 | 34 |
33 /* vi: set ts=4 sw=4 expandtab: */ | 35 /* vi: set ts=4 sw=4 expandtab: */ |