comparison 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
comparison
equal deleted inserted replaced
3129:e42873b9c6f1 3130:fef1a835af43
1465 * 1465 *
1466 * \sa SDL_GL_CreateContext() 1466 * \sa SDL_GL_CreateContext()
1467 */ 1467 */
1468 extern DECLSPEC void SDLCALL SDL_GL_DeleteContext(SDL_GLContext context); 1468 extern DECLSPEC void SDLCALL SDL_GL_DeleteContext(SDL_GLContext context);
1469 1469
1470 /**
1471 * \fn void SDL_StartTextInput(SDL_rect *rect)
1472 *
1473 * \brief Start Unicode text input within the given rectangle.
1474 */
1475 extern DECLSPEC void SDLCALL SDL_StartTextInput(SDL_Rect *rect);
1470 1476
1471 /* Ends C function definitions when using C++ */ 1477 /* Ends C function definitions when using C++ */
1472 #ifdef __cplusplus 1478 #ifdef __cplusplus
1473 /* *INDENT-OFF* */ 1479 /* *INDENT-OFF* */
1474 } 1480 }