#include <System/timer.h>
Public Member Functions | |
| Timer (void) | |
| constructor | |
| double | Delta (void) |
| Get time since last called. Returns the time in seconds since the last time this function was call. | |
| void | Pause (void) |
| Pause the timer. When a timer is paused, all calls to Delta() return 0. | |
| void | Unpause (void) |
| Unpause a timer. | |
| void | SetSpeed (double s) |
| Adjust the timer speed. | |
|
|
Adjust the timer speed.
|
|
|
Unpause a timer.
|
1.4.3-20050530