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

Method update

src/Core/Engine/Engine.cpp:336–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 }
335
336 void Engine::update() const
337 {
338 // Events
339 this->handleWindowEvents();
340 m_scene->update();
341 m_triggers->update();
342 m_input->update();
343 m_cursor->update();
344 }
345
346 void Engine::render()
347 {

Callers 2

runMethod · 0.95
cleanMethod · 0.45

Calls 1

handleWindowEventsMethod · 0.95

Tested by

no test coverage detected