| 11681 | } |
| 11682 | |
| 11683 | float ImGui::GetFrameHeight() |
| 11684 | { |
| 11685 | ImGuiContext& g = *GImGui; |
| 11686 | return g.FontSize + g.Style.FramePadding.y * 2.0f; |
| 11687 | } |
| 11688 | |
| 11689 | float ImGui::GetFrameHeightWithSpacing() |
| 11690 | { |
nothing calls this directly
no outgoing calls
no test coverage detected