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

Function uiGetStateInfo

source/ui.c:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49const uiStateInfo_s* uiGetStateInfo(void)
50{
51 UIState cur = s_stateStack[s_stateStackPos-1];
52 return &g_uiStateTable[cur];
53}
54
55bool uiIsBusy(void)
56{

Callers 4

networkErrorFunction · 0.85
uiUpdateFunction · 0.85
drawingTopScreenFunction · 0.85
drawingBottomScreenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected