Searched refs:ImGuiInputTextFlags_EnterReturnsTrue (Results 1 – 3 of 3) sorted by relevance
350 …tTextFlags flags = ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_EnterReturnsTrue | I…470 …r", AddrInputBuf, 32, ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_EnterReturnsTrue))
740 …ImGuiInputTextFlags_EnterReturnsTrue = 1 << 5, // Return 'true' when Enter is pressed (as opp… enumerator
3482 …_user_buffer = !cancel_edit || (enter_pressed && (flags & ImGuiInputTextFlags_EnterReturnsTrue) !=… in InputTextEx()3799 if ((flags & ImGuiInputTextFlags_EnterReturnsTrue) != 0) in InputTextEx()