MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / paint

Method paint

modules/gui/gui/src/dev/sandbox.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 _build_owner->flush_layout();
83}
84void Sandbox::paint()
85{
86 _build_owner->flush_paint();
87}
88void Sandbox::compose()
89{
90 _root_layer->update_window();

Callers 1

mainFunction · 0.45

Calls 1

flush_paintMethod · 0.80

Tested by

no test coverage detected