SDL standard library

Dependents:   H261_encoder

Embed: (wiki syntax)

« Back to documentation index

SDL_TextInputEvent Struct Reference

SDL_TextInputEvent Struct Reference

Keyboard text input event structure (event.text. More...

#include <SDL_events.h>

Data Fields

Uint32 type
 SDL_TEXTINPUT
Uint32 windowID
 The window with keyboard focus, if any.
char text [SDL_TEXTINPUTEVENT_TEXT_SIZE]
 The input text.

Detailed Description

Keyboard text input event structure (event.text.

*)

Definition at line 210 of file SDL_events.h.


Field Documentation

char text[SDL_TEXTINPUTEVENT_TEXT_SIZE]

The input text.

Definition at line 215 of file SDL_events.h.

SDL_TEXTINPUT

Definition at line 212 of file SDL_events.h.

The window with keyboard focus, if any.

Definition at line 214 of file SDL_events.h.