 |
Blamite Game Engine - Keystone
00419.04.29.24.1948.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
volatile bool engine_running
Definition: engine.cpp:17
BlamEngineViewportWidget * engine_viewport_widget
Definition: engine.cpp:12
KEYSTONE BlamEngineViewportWidget * GetViewportWidget()
Retrieves the engine viewport widget.
Definition: engine.cpp:97
Namespace containing functions for initializing and shutting down the game engine.
Definition: engine.h:46
volatile bool engine_stopped
Definition: engine.cpp:16
void engine_thread()
Definition: engine.cpp:20
KEYSTONE uint32_t ConvertQtVirtKeyToSDLScancode(int key)
Definition: utils.cpp:271
KEYSTONE int StartEngine()
Initializes the game engine and starts the main loop thread.
Definition: engine.cpp:47
volatile int engine_init_result
Definition: engine.cpp:18
void dummy_do_thing()
Definition: engine.cpp:42
Definition: game_viewport.h:8
SDL_Window * engine_window_handle
Definition: engine.cpp:13
KEYSTONE void ShutdownEngine()
Shuts down the engine.
Definition: engine.cpp:84
std::thread * engine_loop_thread
Definition: engine.cpp:14
#define KEYSTONE
Definition: engine.h:10
void RefreshStatusBar()
Definition: game_viewport.cpp:32
KEYSTONE bool GetEngineActiveState()
Checks whether or not the engine is currently running.
Definition: engine.cpp:107
KEYSTONE void SetEngineFocusState(bool focused)
Sets whether or not the engine viewport is focused.
Definition: engine.cpp:102
KEYSTONE uint32_t ConvertQtVirtKeyToSDLVirtKey(int key)
Definition: utils.cpp:256