SdlAddTimer |
Call a callback function at a future time. |
SdlAddTimerNS |
Call a callback function at a future time. |
SdlDelay |
Wait a specified number of milliseconds before returning. |
SdlDelayNS |
Wait a specified number of nanoseconds before returning. |
SdlDelayPrecise |
Wait a specified number of nanoseconds before returning. |
SdlGetPerformanceCounter |
Get the current value of the high resolution counter. |
SdlGetPerformanceFrequency |
Get the count per second of the high resolution counter. |
SdlGetTicks |
Get the number of milliseconds since SDL library initialization. |
SdlGetTicksNS |
Get the number of nanoseconds since SDL library initialization. |
SdlMSToNS |
Convert milliseconds to nanoseconds. |
SdlNSToMS |
Convert nanoseconds to milliseconds. |
SdlNSToSeconds |
Convert nanoseconds to seconds. |
SdlNSToUS |
Convert nanoseconds to microseconds. |
SdlRemoveTimer |
Remove a timer created with SdlAddTimer or SdlAddTimerNS. |
SdlSecondsToNS |
Convert seconds to nanoseconds. |
SdlUSToNS |
Convert microseconds to nanoseconds. |