TSdlRenderEvent
Renderer event structure (Event.Render.* )
Definition
Unit: Neslib.Sdl3.Events
Properties
Name | Description |
---|---|
Kind | Event kind (TSdlEventKind.Render*) |
Timestamp | In nanoseconds, populated using SdlGetTicksNS |
Window | The window containing the renderer in question. |
WindowID | The ID of the window containing the renderer in question. |
Property Descriptions
Kind
Event kind (TSdlEventKind.Render*)
property Kind: TSdlEventKind read GetKind
Type: TSdlEventKind
Timestamp
In nanoseconds, populated using SdlGetTicksNS
property Timestamp: UInt64 read FHandle.timestamp
Type: UInt64
Window
The window containing the renderer in question.
property Window: TSdlWindow read GetWindow
Type: TSdlWindow
WindowID
The ID of the window containing the renderer in question.
property WindowID: TSdlWindowID read FHandle.windowID
Type: TSdlWindowID