MCPcopy Create free account
hub / github.com/devkitPro/3ds-hbmenu / menuGetCurrent

Function menuGetCurrent

source/menu-list.c:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6static bool s_curMenu, s_curMenuFileAssoc;
7
8menu_s* menuGetCurrent(void)
9{
10 return &s_menu[s_curMenu];
11}
12
13menu_s* menuFileAssocGetCurrent(void) {
14 return &s_menuFileAssoc[s_curMenuFileAssoc];

Callers 4

menuToggleStarFunction · 0.85
menuUpdateFunction · 0.85
menuDrawTopFunction · 0.85
menuDrawBotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected