Record TSDL_TextEditingEvent
Unit
Declaration
type TSDL_TextEditingEvent = record
Description
Overview
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
![]() |
windowID: cuint32; |
![]() |
text: array[0..SDL_TEXTEDITINGEVENT_TEXT_SIZE - 1] of Char; |
![]() |
start: cint32; |
![]() |
length: cint32; |
Description
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
SDL_TEXTEDITING |
![]() |
windowID: cuint32; |
![]() |
text: array[0..SDL_TEXTEDITINGEVENT_TEXT_SIZE - 1] of Char; |
The window with keyboard focus, if any |
![]() |
start: cint32; |
The editing text |
![]() |
length: cint32; |
The start cursor of selected editing text |
Generated by PasDoc 0.16.0.