zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_TextEditingEvent Struct Reference

Keyboard text editing event structure (event.edit.*) More...

#include <SDL_events.h>

Public Attributes

Sint32 length
 
Sint32 start
 
char text [SDL_TEXTEDITINGEVENT_TEXT_SIZE]
 
Uint32 timestamp
 
Uint32 type
 
Uint32 windowID
 

Detailed Description

Keyboard text editing event structure (event.edit.*)

Definition at line 192 of file SDL_events.h.

Member Data Documentation

Sint32 SDL_TextEditingEvent::length

The length of selected editing text

Definition at line 199 of file SDL_events.h.

Sint32 SDL_TextEditingEvent::start

The start cursor of selected editing text

Definition at line 198 of file SDL_events.h.

char SDL_TextEditingEvent::text[SDL_TEXTEDITINGEVENT_TEXT_SIZE]

The editing text

Definition at line 197 of file SDL_events.h.

Referenced by SDL_SendEditingText().

Uint32 SDL_TextEditingEvent::timestamp

Definition at line 195 of file SDL_events.h.

Uint32 SDL_TextEditingEvent::type

SDL_TEXTEDITING

Definition at line 194 of file SDL_events.h.

Uint32 SDL_TextEditingEvent::windowID

The window with keyboard focus, if any

Definition at line 196 of file SDL_events.h.


The documentation for this struct was generated from the following file: