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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp3217 bool select_all = (g.ActiveId != id) && ((flags & ImGuiInputTextFlags_AutoSelectAll) != 0 || user_nav_input_start) && (!is_multiline); local in function:ImGui::InputTextEx
3250 select_all = true;
3255 select_all = true;
3302 if (select_all || (hovered && !is_osx && io.MouseDoubleClicked[0]))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp3217 bool select_all = (g.ActiveId != id) && ((flags & ImGuiInputTextFlags_AutoSelectAll) != 0 || user_nav_input_start) && (!is_multiline); local in function:ImGui::InputTextEx
3250 select_all = true;
3255 select_all = true;
3302 if (select_all || (hovered && !is_osx && io.MouseDoubleClicked[0]))

Completed in 26 milliseconds