Minor cleanup on Jiang's patch
This commit is contained in:
parent
f9a8341561
commit
fc440f959f
3 changed files with 13 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue