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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp1894 bool start_text_input = false; local in function:ImGui::DragScalar
1904 start_text_input = true;
1908 if (start_text_input || (g.ActiveId == id && g.ScalarAsInputTextId == id))
2325 bool start_text_input = false; local in function:ImGui::SliderScalar
2336 start_text_input = true;
2340 if (start_text_input || (g.ActiveId == id && g.ScalarAsInputTextId == id))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp1894 bool start_text_input = false; local in function:ImGui::DragScalar
1904 start_text_input = true;
1908 if (start_text_input || (g.ActiveId == id && g.ScalarAsInputTextId == id))
2325 bool start_text_input = false; local in function:ImGui::SliderScalar
2336 start_text_input = true;
2340 if (start_text_input || (g.ActiveId == id && g.ScalarAsInputTextId == id))

Completed in 30 milliseconds