#include <sdl-timer.h>
Protected Attributes | |
SDL_TimerID | _timerID |
Additional Inherited Members | |
Public Types inherited from Common::TimerManager | |
typedef void(* | TimerProc) (void *refCon) |
Public Member Functions inherited from DefaultTimerManager | |
virtual bool | installTimerProc (TimerProc proc, int32 interval, void *refCon, const Common::String &id) |
virtual void | removeTimerProc (TimerProc proc) |
void | handler () |
void | checkTimers (uint32 interval=10) |
SDL timer manager. Setups the timer callback for DefaultTimerManager.