Wiki Page Content

Revision 1 as of 2010-03-23 16:04:33

Clear message

DRAFT

SDL_TextEditingEvent

A structure that contains keyboard text editing event structure information (event.edit.*).

Data Fields

Uint8

type

SDL_TEXTEDITING

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

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryStruct

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit