Timer class.
More...
#include <Timer.h>
|
void | Start () |
| Start timer.
|
|
void | Stop () |
| Stop timer.
|
|
void | Reset () |
| Reset timer.
|
|
bool | IsRunning () const |
| Check if timer is running.
|
|
Time | GetElapsedSeconds () const |
| Get elapsed time in seconds.
|
|
Time | GetElapsedMilliseconds () const |
| Get elapsed time in milliseconds.
|
|
◆ GetElapsedMilliseconds()
Time Nui::Timer::GetElapsedMilliseconds |
( |
| ) |
const |
|
inline |
Get elapsed time in milliseconds.
- Returns
- Elapsed time in milliseconds
- See also
- GetElapsedSeconds
◆ GetElapsedSeconds()
Time Nui::Timer::GetElapsedSeconds |
( |
| ) |
const |
|
inline |
◆ IsRunning()
bool Nui::Timer::IsRunning |
( |
| ) |
const |
|
inline |
Check if timer is running.
- Returns
- True if timer is running
The documentation for this class was generated from the following file: