Mercurial > sdl-ios-xcode
diff include/SDL_events.h @ 4434:5c64052fb476
changeset: 4433:25667ea797fa
tag: tip
user: Jiang Jiang <gzjjgod@gmail.com>
date: Thu Apr 15 12:01:46 2010 +0800
summary: Add windowID to text editing event
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 15 Apr 2010 22:14:26 -0700 |
parents | faa9fc8e7f67 |
children | e953700da4ca |
line wrap: on
line diff
--- a/include/SDL_events.h Thu Apr 15 21:27:32 2010 -0700 +++ b/include/SDL_events.h Thu Apr 15 22:14:26 2010 -0700 @@ -138,6 +138,7 @@ typedef struct SDL_TextEditingEvent { Uint32 type; /**< ::SDL_TEXTEDITING */ + Uint32 windowID; /**< The window with keyboard focus, if any */ 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 */