Skip to content

TSdlCommonEvent

Fields shared by every event.

Definition

Unit: Neslib.Sdl3.Events

type TSdlCommonEvent = record ... end;

Properties

Name Description
Kind Event kind, shared with all events
Timestamp In nanoseconds, populated using SdlGetTicksNS

Property Descriptions

Kind

Event kind, shared with all events

property Kind: TSdlEventKind read GetKind

Type: TSdlEventKind


Timestamp

In nanoseconds, populated using SdlGetTicksNS

property Timestamp: UInt64 read FHandle.timestamp

Type: UInt64