Home | All Classes | Grouped Classes | Index | Search
Keep alive callback interface. More...
Derived from:
none
Derived by:
CL_FramerateCounter
CL_Timer
Group: Core (System)
#include <ClanLib/core.h>
Construction:
Constructs and registers the object as a keep_alive listener. |
Operations:
Called when CL_System::keep_alive() is called. |
Detailed description:
!group=Core/System! !header=core.h!If you want to add something that gets called in a CL_System::keep_alive() call, inherit this class and create an instance of it.