| 12309 | } |
| 12310 | |
| 12311 | float ImGui::GetFrameHeight() |
| 12312 | { |
| 12313 | ImGuiContext& g = *GImGui; |
| 12314 | return g.FontSize + g.Style.FramePadding.y * 2.0f; |
| 12315 | } |
| 12316 | |
| 12317 | float ImGui::GetFrameHeightWithSpacing() |
| 12318 | { |
nothing calls this directly
no outgoing calls
no test coverage detected