Engine::GetEngineFlags
Defined in:
Returns flags indicating the current engine state.
C4Engine.h
Prototype
uint32 GetEngineFlags(void) const;
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