SdlGetTicks
Get the number of milliseconds since SDL library initialization.
Definition
Unit: Neslib.Sdl3.Time
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.