JugiMap Framework
|
The EngineApp class defines engine specific application properties. More...
#include <jmApp.h>
Inherited by EngineAppAGK, EngineAppCC, EngineAppNC, and EngineAppSFML.
Public Member Functions | |
virtual void | PreInit () |
Interface function for running engine specific code before the application initialization. More... | |
virtual void | PostInit () |
Interface function for running engine specific code after the application initialization. More... | |
virtual void | SetSystemMouseCursorVisible (bool _visible) |
Set the visibility of the system mouse cursor. More... | |
App * | GetApp () |
Returns the application object. More... | |
The EngineApp class defines engine specific application properties.
|
inlinevirtual |
Interface function for running engine specific code before the application initialization.
Reimplemented in EngineAppCC.
|
inlinevirtual |
Interface function for running engine specific code after the application initialization.
Reimplemented in EngineAppCC.
|
inlinevirtual |
Set the visibility of the system mouse cursor.
Reimplemented in EngineAppCC, and EngineAppAGK.
|
inline |
Returns the application object.