Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ menuGetScrollHeight
Function
menuGetScrollHeight
source/ui/menu.c:80–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
static float menuGetScrollHeight(menu_s* menu)
81
{
82
float ret = 4.0f + menu->nEntries*(4.0f+g_imageData[images_appbubble_idx].height) - 240.0f;
83
if (ret < 0.0f) ret = 0.0f;
84
return ret;
85
}
86
87
static int iabs(int x)
88
{
Callers
1
menuUpdate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected