Home
last modified time | relevance | path

Searched refs:cancel_edit (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp3349 bool cancel_edit = false; in InputTextEx() local
3406 clear_active_id = cancel_edit = true; in InputTextEx()
3470 if (cancel_edit) in InputTextEx()
3482 …bool apply_edit_back_to_user_buffer = !cancel_edit || (enter_pressed && (flags & ImGuiInputTextFla… in InputTextEx()