MCPcopy Create free account
hub / github.com/LukasBanana/LLGL / OnUpdate

Method OnUpdate

examples/Cpp/ExampleBase/ExampleBase.cpp:295–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void ExampleBase::WindowEventHandler::OnUpdate(LLGL::Window& sender)
296{
297 // Re-draw frame
298 if (app_.IsLoadingDone())
299 app_.DrawFrame();
300}
301
302/*
303 * CanvasEventHandler class

Callers

nothing calls this directly

Calls 2

IsLoadingDoneMethod · 0.80
DrawFrameMethod · 0.80

Tested by

no test coverage detected