| 7605 | } |
| 7606 | |
| 7607 | float ImGui::GetFrameHeightWithSpacing() |
| 7608 | { |
| 7609 | ImGuiContext& g = *GImGui; |
| 7610 | return g.FontSize + g.Style.FramePadding.y * 2.0f + g.Style.ItemSpacing.y; |
| 7611 | } |
| 7612 | |
| 7613 | // FIXME: All the Contents Region function are messy or misleading. WE WILL AIM TO OBSOLETE ALL OF THEM WITH A NEW "WORK RECT" API. Thanks for your patience! |
| 7614 |
nothing calls this directly
no outgoing calls
no test coverage detected