Record TSDL_TextEditingExtEvent
Unit
Declaration
type TSDL_TextEditingExtEvent = record
Description
Overview
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
![]() |
windowID: cuint32; |
![]() |
text: PAnsiChar; |
![]() |
start: cint32; |
![]() |
length: cint32; |
Description
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
|
SDL_TEXTEDITING_EXT | |
![]() |
windowID: cuint32; |
|
In milliseconds, populated using SDL_GetTicks() | |
![]() |
text: PAnsiChar; |
|
The window with keyboard focus, if any | |
![]() |
start: cint32; |
|
The editing text, which should be freed with SDL_free(), and will not be NIL | |
![]() |
length: cint32; |
|
The start cursor of selected editing text | |
Generated by PasDoc 0.16.0.
