Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.h751ImGuiInputTextFlags_NoUndoRedo = 1 << 16, // Disable undo/redo. Note that input text own… enumerator
Dimgui_widgets.cpp3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx()