 |
Blamite Game Engine - Keystone
00381.04.17.23.2324.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
KEYSTONE BlamEngineViewportWidget * GetViewportWidget()
Retrieves the engine viewport widget.
Definition: engine.cpp:92
Namespace containing functions for initializing and shutting down the game engine.
Definition: engine.h:46
KEYSTONE int StartEngine()
Initializes the game engine and starts the main loop thread.
Definition: engine.cpp:42
Definition: game_viewport.h:8
KEYSTONE void ShutdownEngine()
Shuts down the engine.
Definition: engine.cpp:79
#define KEYSTONE
Definition: engine.h:10
KEYSTONE bool GetEngineActiveState()
Checks whether or not the engine is currently running.
Definition: engine.cpp:102
KEYSTONE void SetEngineFocusState(bool focused)
Sets whether or not the engine viewport is focused.
Definition: engine.cpp:97