#include <pgeTimer.h>
Data Fields | |
float | deltatime |
unsigned long long | timenow |
unsigned long long | timelastask |
unsigned long long | totaltime |
unsigned int | tickresolution |
int | paused |
float pgeTimer::deltatime |
The delta time
unsigned long long pgeTimer::timenow |
Current time
unsigned long long pgeTimer::timelastask |
Time of last update
unsigned long long pgeTimer::totaltime |
Time passed since creation
unsigned int pgeTimer::tickresolution |
Tick resolution
int pgeTimer::paused |