Minor cleanup on Jiang's patch

This commit is contained in:
Sam Lantinga 2010-04-15 22:27:01 -07:00
parent f9a8341561
commit fc440f959f
3 changed files with 13 additions and 6 deletions

View file

@ -139,6 +139,7 @@ typedef struct SDL_TextEditingEvent
{
Uint32 type; /**< ::SDL_TEXTEDITING */
Uint32 windowID; /**< The window with keyboard focus, if any */
Uint8 which; /**< The keyboard device index */
char text[SDL_TEXTEDITINGEVENT_TEXT_SIZE]; /**< The editing text */
int start; /**< The start cursor of selected editing text */
int length; /**< The length of selected editing text */