The CL_TimerManager class is ClanLib's interface to callback functions. Gamesusing MOD players or similar often need to use the TimerManager.
virtual ~CL_TimerManager() static bool subscribe( int milliseconds, CL_TimerCallback *callback_class, float tolerance, bool periodic, bool delete_pointer = true) static void unsubscribe(CL_TimerCallback *callback_class)
None
Back to index