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

Method GetFrameHeight

imgui_tiny_app/imgui/imgui.cpp:12311–12315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12309}
12310
12311float ImGui::GetFrameHeight()
12312{
12313 ImGuiContext& g = *GImGui;
12314 return g.FontSize + g.Style.FramePadding.y * 2.0f;
12315}
12316
12317float ImGui::GetFrameHeightWithSpacing()
12318{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected