| 275 | } |
| 276 | |
| 277 | bool EntryMenu::IsInRoot() { |
| 278 | return this->cur_path.length() == GetActiveMenuPath().length(); |
| 279 | } |
| 280 | |
| 281 | void EntryMenu::OnRender(pu::ui::render::Renderer::Ref &drawer, const s32 x, const s32 y) { |
| 282 | const auto time_start = std::chrono::steady_clock::now(); |
no test coverage detected