My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
SDL_TextInputEvent Struct Reference

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

#include <SDL_events.h>

Public Attributes

Uint32 type
 
Uint32 timestamp
 
Uint32 windowID
 
char text [SDL_TEXTINPUTEVENT_TEXT_SIZE]
 

Detailed Description

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

Member Data Documentation

char SDL_TextInputEvent::text[SDL_TEXTINPUTEVENT_TEXT_SIZE]

The input text

Uint32 SDL_TextInputEvent::type
Uint32 SDL_TextInputEvent::windowID

The window with keyboard focus, if any


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