Searched refs:ImGuiInputTextFlags_NoUndoRedo (Results 1 – 2 of 2) sorted by relevance
751 …ImGuiInputTextFlags_NoUndoRedo = 1 << 16, // Disable undo/redo. Note that input text own… enumerator
3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx()