| 11716 | } |
| 11717 | |
| 11718 | ImVec2 ImGui::GetWindowContentRegionMax() |
| 11719 | { |
| 11720 | ImGuiWindow* window = GImGui->CurrentWindow; |
| 11721 | return window->ContentRegionRect.Max - window->Pos; |
| 11722 | } |
| 11723 | #endif |
| 11724 | |
| 11725 | // Lock horizontal starting position + capture group bounding box into one "item" (so you can use IsItemHovered() or layout primitives such as SameLine() on whole group, etc.) |
nothing calls this directly
no outgoing calls
no test coverage detected