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

Method GetFrameHeight

include/imgui/imgui.cpp:11683–11687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11681}
11682
11683float ImGui::GetFrameHeight()
11684{
11685 ImGuiContext& g = *GImGui;
11686 return g.FontSize + g.Style.FramePadding.y * 2.0f;
11687}
11688
11689float ImGui::GetFrameHeightWithSpacing()
11690{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected