| 11872 | } |
| 11873 | |
| 11874 | void 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 |
| 11880 | ImVec2 ImGui::ScrollToRectEx(ImGuiWindow* window, const ImRect& item_rect, ImGuiScrollFlags flags) |
nothing calls this directly
no outgoing calls
no test coverage detected