Record TSDL_TextEditingExtEvent

Hierarchy
Methods
Properties

Unit

Declaration

type TSDL_TextEditingExtEvent = record

Description

 

Overview

Fields

Public type_: cuint32;
Public timestamp: cuint32;
Public windowID: cuint32;
Public text: PAnsiChar;
Public start: cint32;
Public length: cint32;

Description

Fields

Public type_: cuint32;
 
Public timestamp: cuint32;

SDL_TEXTEDITING_EXT

Public windowID: cuint32;

In milliseconds, populated using SDL_GetTicks()

Public text: PAnsiChar;

The window with keyboard focus, if any

Public start: cint32;

The editing text, which should be freed with SDL_free(), and will not be NIL

Public length: cint32;

The start cursor of selected editing text


Generated by PasDoc 0.16.0.