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

Method IsInRoot

projects/uMenu/source/ul/menu/ui/ui_EntryMenu.cpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers 3

OnMenuInputMethod · 0.80
OnHomeButtonPressMethod · 0.80

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected