mirror of https://github.com/libsdl-org/SDL.git
parent
9c7c11f259
commit
55695d3725
|
|
@ -185,10 +185,12 @@ extern "C" {
|
||||||
#define SDL_NS_TO_US(NS) ((NS) / SDL_NS_PER_US)
|
#define SDL_NS_TO_US(NS) ((NS) / SDL_NS_PER_US)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the number of milliseconds since SDL library initialization.
|
* Get the number of milliseconds that have elapsed since the SDL library
|
||||||
|
* initialization.
|
||||||
*
|
*
|
||||||
* \returns an unsigned 64-bit value representing the number of milliseconds
|
* \returns an unsigned 64‑bit integer that represents the number of
|
||||||
* since the SDL library initialized.
|
* milliseconds that have elapsed since the SDL library was
|
||||||
|
* initialized (typically via a call to SDL_Init).
|
||||||
*
|
*
|
||||||
* \threadsafety It is safe to call this function from any thread.
|
* \threadsafety It is safe to call this function from any thread.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue