MCPcopy Create free account
hub / github.com/Cpasjuste/pplay / isMenuVisible

Method isMenuVisible

src/menus/menu_main.cpp:85–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85bool MenuMain::isMenuVisible() {
86 return isVisible()
87 || menuMainOptions->isVisible()
88#ifdef __SWITCH__
89 || menuMainOptionsCpu->isVisible()
90 || menuMainOptionsUsb->isVisible()
91#endif
92 ;
93}
94
95MenuMainOptions *MenuMain::getMenuMainOptions() {
96 return menuMainOptions;

Callers 1

onInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected