SDL++
C++wrapperfortheSDLlibrary.
|
Base for the timer subsystem. More...
#include <Subsystem.h>
Public Member Functions | |
unsigned int | ticks () |
TimerBase & | delay (unsigned int interval) |
Static Protected Member Functions | |
static const string | name () |
Base for the timer subsystem.
Definition at line 297 of file Subsystem.h.
TimerBase& sdl::subsystem::TimerBase::delay | ( | unsigned int | interval | ) | [inline] |
Waits the specified number of milliseconds.
The | number of milliseconds to wait. |
Definition at line 308 of file Subsystem.h.
static const string sdl::subsystem::TimerBase::name | ( | ) | [inline, static, protected] |
Returns the name of the Subsystem.
Definition at line 319 of file Subsystem.h.
unsigned int sdl::subsystem::TimerBase::ticks | ( | ) | [inline] |
Returns the number of milliseconds since SDL library initialization.
Definition at line 301 of file Subsystem.h.