Searched refs:scroll_to (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp1945 bool scroll_to = ImGui::Button("Scroll To Pos"); local in function:ShowDemoWindowLayout
1946 ImGui::SameLine(130); scroll_to |= ImGui::DragInt("##pos_y", &scroll_to_px, 1.00f, 0, 9999, "Y = %d px");
1948 if (scroll_to) track = false;
1956 if (scroll_to)

Completed in 8 milliseconds