Skip to content

SdlGetTicksNS

Get the number of nanoseconds since SDL library initialization.

Definition

Unit: Neslib.Sdl3.Time

function SdlGetTicksNS: Int64; inline

Returns

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

Remarks

It is safe to call this function from any thread.