MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / GetWindowContentRegionMax

Method GetWindowContentRegionMax

include/imgui/imgui.cpp:11718–11722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11716}
11717
11718ImVec2 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.)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected