| 32 | void MultiTextBlock::OnRender(pu::ui::render::Renderer::Ref &drawer, const s32 x, const s32 y) {} |
| 33 | |
| 34 | void MultiTextBlock::OnInput(const u64 keys_down, const u64 keys_up, const u64 keys_held, const pu::ui::TouchPoint touch_pos) {} |
| 35 | |
| 36 | } |
nothing calls this directly
no outgoing calls
no test coverage detected