Record TSDL_TextInputEvent

Hierarchy
Methods
Properties

Unit

Declaration

type TSDL_TextInputEvent = record

Description

 

Overview

Fields

Public type_: cuint32;
Public timestamp: cuint32;
Public windowID: cuint32;
Public text: array[0..SDL_TEXTINPUTEVENT_TEXT_SIZE - 1] of Char;

Description

Fields

Public type_: cuint32;
 
Public timestamp: cuint32;

SDL_TEXTINPUT

Public windowID: cuint32;
 
Public text: array[0..SDL_TEXTINPUTEVENT_TEXT_SIZE - 1] of Char;

The window with keyboard focus, if any


Generated by PasDoc 0.16.0.