This class handles timer functions and the window class use these class to calculate the current fps.
Returns the current framerate per seconds. If frame_ms is not null, the average ms per frame is stored there
Returns only the milliseconds since the last reset.
Returns the elapsed Time since the last reset.
Reset the clock time
Returns the milliseconds since the application was started.
Returns the Time since the application was started.
Wait for msecs milliseconds, which means that the application freeze for this time.
See Implementation
Randy Schuett (rswhite4@googlemail.com)
This class handles timer functions and the window class use these class to calculate the current fps.