Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.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 | 720d176be107 |
children | 1ed5d432e468 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Sat Sep 19 12:48:52 2009 +0000 +++ b/src/video/SDL_sysvideo.h Sat Sep 19 13:29:40 2009 +0000 @@ -277,6 +277,11 @@ /* Suspend the screensaver */ void (*SuspendScreenSaver) (_THIS); + /* Text input */ + void (*StartTextInput) (_THIS); + void (*StopTextInput) (_THIS); + void (*SetTextInputRect) (_THIS, SDL_Rect *rect); + /* * * */ /* Data common to all drivers */ SDL_bool suspend_screensaver;