MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / Clear

Method Clear

projects/uMenu/source/ul/menu/ui/ui_MultiTextBlock.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 void MultiTextBlock::Clear() {
27 this->text_blocks.clear();
28 this->w = 0;
29 this->h = 0;
30 }
31
32 void MultiTextBlock::OnRender(pu::ui::render::Renderer::Ref &drawer, const s32 x, const s32 y) {}
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected