int64_t getLastFrameAtTime()
void updateTiming()
Updates timing.
int64_t getDeltaTime()
Gets the time passed between last and current frame.
array< float, 60 *3 > avarageFPSSequence
static constexpr int64_t UNDEFINED
int64_t getCurrentFrameAtTime()
float getDeltaTimeSeconds()
Gets the time passed between last and current frame in seconds.
int64_t currentFrameAtTime
Timing()
Public constructor.
#define FORBID_CLASS_COPY(CLASS)