Searched refs:new_scroll_y (Results 1 – 2 of 2) sorted by relevance
1332 IMGUI_API void SetWindowScrollY(ImGuiWindow* window, float new_scroll_y);
6041 void ImGui::SetWindowScrollY(ImGuiWindow* window, float new_scroll_y) in SetWindowScrollY() argument6044 window->Scroll.y = new_scroll_y; in SetWindowScrollY()