Timer class that invokes a callback on a specified interval. More...
Derived from: | None |
Derived by: | None |
Group: | System (Core) |
#include <ClanLib/core.h>
Class Members:
Construction: | |
Creates a timer object. | |
Returns true if the timer repeats until it is stopped. | |
Returns the current timeout. In milliseconds. |
| |
Callback invoked every time the timer interval occurs. |
| |
Starts the timer. Timeout in milliseconds. | |
Stop the timer. |