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

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

#include <SDL_events.h>

Public Attributes

char text [SDL_TEXTINPUTEVENT_TEXT_SIZE]
 
Uint32 timestamp
 
Uint32 type
 
Uint32 windowID
 

Detailed Description

Keyboard text input event structure (event.text.*)

Definition at line 207 of file SDL_events.h.

Member Data Documentation

char SDL_TextInputEvent::text[SDL_TEXTINPUTEVENT_TEXT_SIZE]

The input text

Definition at line 212 of file SDL_events.h.

Referenced by SDL_SendKeyboardText(), and SDLTest_PrintEvent().

Uint32 SDL_TextInputEvent::timestamp

Definition at line 210 of file SDL_events.h.

Uint32 SDL_TextInputEvent::type

SDL_TEXTINPUT

Definition at line 209 of file SDL_events.h.

Uint32 SDL_TextInputEvent::windowID

The window with keyboard focus, if any

Definition at line 211 of file SDL_events.h.

Referenced by SDLTest_PrintEvent().


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