Searched defs:scroll_y (Results 1 – 8 of 8) sorted by relevance
1937 float scroll_y = ImGui::GetScrollY(), scroll_max_y = ImGui::GetScrollMaxY(); in ShowDemoWindowLayout() local
3696 float scroll_y = draw_window->Scroll.y; in InputTextEx() local
6285 void ImGui::SetScrollY(float scroll_y) in SetScrollY()
2866 float scroll_y = ImGui::GetScrollY(); in ShowDemoWindowLayout() local
8103 void ImGui::SetScrollY(ImGuiWindow* window, float scroll_y) in SetScrollY()8116 void ImGui::SetScrollY(float scroll_y) in SetScrollY()
4036 float scroll_y = is_multiline ? draw_window->Scroll.y : FLT_MAX; in InputTextEx() local
3702 float scroll_y = draw_window->Scroll.y; in InputTextEx() local
6412 void ImGui::SetScrollY(float scroll_y) in SetScrollY()