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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp3482 bool apply_edit_back_to_user_buffer = !cancel_edit || (enter_pressed && (flags & ImGuiInputTextFlags_EnterReturnsTrue) != 0); local in function:ImGui::InputTextEx
3483 if (apply_edit_back_to_user_buffer)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp3482 bool apply_edit_back_to_user_buffer = !cancel_edit || (enter_pressed && (flags & ImGuiInputTextFlags_EnterReturnsTrue) != 0); local in function:ImGui::InputTextEx
3483 if (apply_edit_back_to_user_buffer)

Completed in 26 milliseconds