Searched refs:GetWindowScrollMaxX (Results 1 – 2 of 2) sorted by relevance
1333 IMGUI_API float GetWindowScrollMaxX(ImGuiWindow* window);
4607 float ImGui::GetWindowScrollMaxX(ImGuiWindow* window) in GetWindowScrollMaxX() function in ImGui4640 scroll.x = ImMin(scroll.x, ImGui::GetWindowScrollMaxX(window)); in CalcNextScrollFromScrollTargetAndClamp()6397 return GetWindowScrollMaxX(GImGui->CurrentWindow); in GetScrollMaxX()9392 …Gui::BulletText("Scroll: (%.2f/%.2f,%.2f/%.2f)", window->Scroll.x, GetWindowScrollMaxX(window), wi… in ShowMetricsWindow()