MCPcopy Create free account
hub / github.com/defold/defold / EngineUpdate

Function EngineUpdate

engine/platform/src/test/test_platform_app.cpp:164–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164static UpdateResult EngineUpdate(void* _engine)
165{
166 EngineCtx* engine = (EngineCtx*)_engine;
167 engine->m_WasRun++;
168
169 dmPlatform::PollEvents(engine->m_Window);
170
171 return RESULT_OK;
172}
173
174static void EngineGetResult(void* _engine, int* run_action, int* exit_code, int* argc, char*** argv)
175{

Callers

nothing calls this directly

Calls 1

PollEventsFunction · 0.50

Tested by

no test coverage detected