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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp3215 bool clear_active_id = false; local in function:ImGui::InputTextEx
3267 clear_active_id = true;
3350 if (g.ActiveId == id && !g.ActiveIdIsJustActivated && !clear_active_id)
3389 enter_pressed = clear_active_id = true;
3406 clear_active_id = cancel_edit = true;
3603 if (clear_active_id && g.ActiveId == id)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp3215 bool clear_active_id = false; local in function:ImGui::InputTextEx
3267 clear_active_id = true;
3350 if (g.ActiveId == id && !g.ActiveIdIsJustActivated && !clear_active_id)
3389 enter_pressed = clear_active_id = true;
3406 clear_active_id = cancel_edit = true;
3603 if (clear_active_id && g.ActiveId == id)

Completed in 25 milliseconds