My Project
Loading...
Searching...
No Matches
SDL_TextInputEvent Struct Reference

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

#include <SDL_events.h>

Data Fields

Uint32 type
 
Uint32 timestamp
 
Uint32 windowID
 
char text [SDL_TEXTINPUTEVENT_TEXT_SIZE]
 

Detailed Description

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

Field Documentation

◆ text

char text[SDL_TEXTINPUTEVENT_TEXT_SIZE]

The input text

◆ timestamp

Uint32 timestamp

In milliseconds, populated using SDL_GetTicks()

◆ type

Uint32 type

◆ windowID

Uint32 windowID

The window with keyboard focus, if any


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