| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected