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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp1569 bool goto_line = ImGui::Button("Goto"); local in function:ShowDemoWindowLayout
1572 goto_line |= ImGui::InputInt("##Line", &line, 0, 0, ImGuiInputTextFlags_EnterReturnsTrue);
1582 if (goto_line && line == i)
1585 if (goto_line && line >= 100)

Completed in 8 milliseconds