Searched defs:ImGuiInputTextFlags_NoUndoRedo (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h751 ImGuiInputTextFlags_NoUndoRedo = 1 << 16, // Disable undo/redo. Note that input text owns the text data while active, if you want to provide your own undo/redo stack you need e.g. to call ClearActiveID(). enumerator in enum:ImGuiInputTextFlags_
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h751 ImGuiInputTextFlags_NoUndoRedo = 1 << 16, // Disable undo/redo. Note that input text owns the text data while active, if you want to provide your own undo/redo stack you need e.g. to call ClearActiveID(). enumerator in enum:ImGuiInputTextFlags_

Completed in 91 milliseconds