Clock¶
Functions
-
sfClock *sfClock_create(void)
Create a new clock and start it.
- Returns:
A new sfClock object
-
sfClock *sfClock_copy(const sfClock *clock)
Create a new clock by copying an existing one.
- Parameters:
clock – Clock to copy
- Returns:
A new sfClock object which is a copy of clock
-
void sfClock_destroy(sfClock *clock)
Destroy a clock.
- Parameters:
clock – Clock to destroy