Home | All Classes | Grouped Classes | Index | Search

Class CL_KeepAlive

Keep alive callback interface. More...

Derived from: none
Derived by: CL_FramerateCounter CL_Timer
Group: Core (System)

#include <ClanLib/core.h>

Construction:

CL_KeepAlive

Constructs and registers the object as a keep_alive listener.

Operations:

keep_alive

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.



Questions or comments, write to the
ClanLib mailing list.