| 11687 | } |
| 11688 | |
| 11689 | float ImGui::GetFrameHeightWithSpacing() |
| 11690 | { |
| 11691 | ImGuiContext& g = *GImGui; |
| 11692 | return g.FontSize + g.Style.FramePadding.y * 2.0f + g.Style.ItemSpacing.y; |
| 11693 | } |
| 11694 | |
| 11695 | ImVec2 ImGui::GetContentRegionAvail() |
| 11696 | { |
nothing calls this directly
no outgoing calls
no test coverage detected