MCPcopy Create free account
hub / github.com/degeneratehyperbola/NEPS / GetFrameHeightWithSpacing

Method GetFrameHeightWithSpacing

shared_lib/imgui/imgui.cpp:7607–7611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7605}
7606
7607float ImGui::GetFrameHeightWithSpacing()
7608{
7609 ImGuiContext& g = *GImGui;
7610 return g.FontSize + g.Style.FramePadding.y * 2.0f + g.Style.ItemSpacing.y;
7611}
7612
7613// FIXME: All the Contents Region function are messy or misleading. WE WILL AIM TO OBSOLETE ALL OF THEM WITH A NEW "WORK RECT" API. Thanks for your patience!
7614

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected