MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / GetFrameHeightWithSpacing

Method GetFrameHeightWithSpacing

include/imgui/imgui.cpp:11689–11693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11687}
11688
11689float ImGui::GetFrameHeightWithSpacing()
11690{
11691 ImGuiContext& g = *GImGui;
11692 return g.FontSize + g.Style.FramePadding.y * 2.0f + g.Style.ItemSpacing.y;
11693}
11694
11695ImVec2 ImGui::GetContentRegionAvail()
11696{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected