MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / GetFrameHeightWithSpacing

Method GetFrameHeightWithSpacing

imgui_tiny_app/imgui/imgui.cpp:12317–12321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12315}
12316
12317float ImGui::GetFrameHeightWithSpacing()
12318{
12319 ImGuiContext& g = *GImGui;
12320 return g.FontSize + g.Style.FramePadding.y * 2.0f + g.Style.ItemSpacing.y;
12321}
12322
12323ImVec2 ImGui::GetContentRegionAvail()
12324{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected