| 12315 | } |
| 12316 | |
| 12317 | float ImGui::GetFrameHeightWithSpacing() |
| 12318 | { |
| 12319 | ImGuiContext& g = *GImGui; |
| 12320 | return g.FontSize + g.Style.FramePadding.y * 2.0f + g.Style.ItemSpacing.y; |
| 12321 | } |
| 12322 | |
| 12323 | ImVec2 ImGui::GetContentRegionAvail() |
| 12324 | { |
nothing calls this directly
no outgoing calls
no test coverage detected