Mercurial > sdl-ios-xcode
diff include/SDL_video.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 | 7dc982143c06 |
children | f4e553ec6a62 |
line wrap: on
line diff
--- a/include/SDL_video.h Sun May 31 16:57:29 2009 +0000 +++ b/include/SDL_video.h Fri Jun 26 10:37:57 2009 +0000 @@ -1467,6 +1467,12 @@ */ extern DECLSPEC void SDLCALL SDL_GL_DeleteContext(SDL_GLContext context); +/** + * \fn void SDL_StartTextInput(SDL_rect *rect) + * + * \brief Start Unicode text input within the given rectangle. + */ +extern DECLSPEC void SDLCALL SDL_StartTextInput(SDL_Rect *rect); /* Ends C function definitions when using C++ */ #ifdef __cplusplus