Record TSDL_TextInputEvent
Unit
Declaration
type TSDL_TextInputEvent = record
Description
Overview
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
windowID: cuint32; |
|
text: array[0..SDL_TEXTINPUTEVENT_TEXT_SIZE - 1] of Char; |
Description
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
SDL_TEXTINPUT |
windowID: cuint32; |
|
text: array[0..SDL_TEXTINPUTEVENT_TEXT_SIZE - 1] of Char; |
|
The window with keyboard focus, if any |
Generated by PasDoc 0.16.0.