MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / OnTimer

Method OnTimer

deps/LLGL/examples/Cpp/ExampleBase/ExampleBase.cpp:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void ExampleBase::ResizeEventHandler::OnTimer(LLGL::Window& sender, std::uint32_t timerID)
171{
172 // Re-draw frame
173 if (tutorial_.IsLoadingDone())
174 tutorial_.OnDrawFrame();
175}
176
177
178/*

Callers

nothing calls this directly

Calls 2

IsLoadingDoneMethod · 0.80
OnDrawFrameMethod · 0.45

Tested by

no test coverage detected