Mercurial > sdl-ios-xcode
diff src/video/cocoa/SDL_cocoakeyboard.h @ 3280:00cace2d9080
Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 19 Sep 2009 13:29:40 +0000 |
parents | 99210400e8b9 |
children | f7b03b6838cb |
line wrap: on
line diff
--- a/src/video/cocoa/SDL_cocoakeyboard.h Sat Sep 19 12:48:52 2009 +0000 +++ b/src/video/cocoa/SDL_cocoakeyboard.h Sat Sep 19 13:29:40 2009 +0000 @@ -28,6 +28,10 @@ extern void Cocoa_HandleKeyEvent(_THIS, NSEvent * event); extern void Cocoa_QuitKeyboard(_THIS); +extern void Cocoa_StartTextInput(_THIS); +extern void Cocoa_StopTextInput(_THIS); +extern void Cocoa_SetTextInputRect(_THIS, SDL_Rect *rect); + #endif /* _SDL_cocoakeyboard_h */ /* vi: set ts=4 sw=4 expandtab: */