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

Method ScrollToRect

include/imgui/imgui.cpp:11874–11877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11872}
11873
11874void ImGui::ScrollToRect(ImGuiWindow* window, const ImRect& item_rect, ImGuiScrollFlags flags)
11875{
11876 ScrollToRectEx(window, item_rect, flags);
11877}
11878
11879// Scroll to keep newly navigated item fully into view
11880ImVec2 ImGui::ScrollToRectEx(ImGuiWindow* window, const ImRect& item_rect, ImGuiScrollFlags flags)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected