Skip to content

SdlGetTicks

Get the number of milliseconds since SDL library initialization.

Definition

Unit: Neslib.Sdl3.Time

function SdlGetTicks: Int64; inline

Returns

Int64: A signed 64-bit value representing the number of milliseconds since the SDL library initialized.

Remarks

It is safe to call this function from any thread.