Compounds | |
class | GAUGE3D::GEngine |
class | GAUGE3D::GScheduler |
Typedefs | |
typedef GSmartPointer<GScheduler> | pGScheduler |
Smart pointer to a GScheduler. | |
Variables | |
GAUGE3D_API pGScheduler | gMiscScheduler |
Scheduler for miscellaneous tasks. More... | |
GAUGE3D_API pGScheduler | gInputScheduler |
Scheduler for input and message handling tasks. More... | |
GAUGE3D_API pGScheduler | gVideoScheduler |
Scheduler for video and rendering tasks. More... |
This includes GScheduler, which syncronizes the engine, and GEngine, which initializes and controls the engine.
|
Scheduler for miscellaneous tasks. GEngine::MainLoop() will call gMiscScheduler->DoFrame() every frame. |
|
Scheduler for input and message handling tasks. GEngine::MainLoop() will call gInputScheduler->DoFrame() every frame if the input subsystem has been activated. |
|
Scheduler for video and rendering tasks. GEngine::MainLoop() will call gVideoScheduler->DoFrame() every frame if the video subsystem has been activated. |