MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / initWindow

Method initWindow

src/Core/Engine/Engine.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 void Engine::initWindow()
89 {
90 vili::node windowConfig = m_config.at("Window").at("Game");
91 Debug::Log->debug("<Engine> Window configuration : {}", windowConfig.dump());
92 m_window = std::make_unique<System::Window>(windowConfig);
93 }
94
95 void Engine::initCursor()
96 {

Callers 1

initMethod · 0.95

Calls 3

debugMethod · 0.80
atMethod · 0.45
dumpMethod · 0.45

Tested by

no test coverage detected