C4 Engine
C4 Engine API Documentation

Engine::GetEngineFlags

Defined in:  C4Engine.h
Returns flags indicating the current engine state.
Prototype

uint32 GetEngineFlags(voidconst;

Description
The GetEngineFlags function returns a combination (through logical OR) of the following constants.
kEngineForeground The engine is currently the foreground process.
kEngineVisible The display window is currently visible (not minimized or otherwise hidden).
kEngineCursor The operating system cursor is currently visible.
kEngineQuit The engine is in the process of quitting.
See Also

Reporter

Engine::Report