Loading...
Searching...
No Matches
Time.h
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
int32_t sfTime_asMilliseconds(sfTime time)
Return a time value as a number of milliseconds.
sfTime sfMicroseconds(int64_t amount)
Construct a time value from a number of microseconds.
int64_t sfTime_asMicroseconds(sfTime time)
Return a time value as a number of microseconds.
sfTime sfMilliseconds(int32_t amount)
Construct a time value from a number of milliseconds.