MCPcopy 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
80static 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
87static int iabs(int x)
88{

Callers 1

menuUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected