MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / IsRectVisible

Method IsRectVisible

KBotExt/imgui/imgui.cpp:7814–7818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7812}
7813
7814bool ImGui::IsRectVisible(const ImVec2& size)
7815{
7816 ImGuiWindow* window = GImGui->CurrentWindow;
7817 return window->ClipRect.Overlaps(ImRect(window->DC.CursorPos, window->DC.CursorPos + size));
7818}
7819
7820bool ImGui::IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max)
7821{

Callers

nothing calls this directly

Calls 1

ImRectFunction · 0.70

Tested by

no test coverage detected