mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-24 20:08:31 +00:00
[cimgui 1.53.1] ImGuiInputTextFlags: Add NoUndoRedo
This commit is contained in:
parent
5df5806936
commit
85bb975e40
@ -292,6 +292,7 @@ bitflags!(
|
|||||||
const AlwaysInsertMode = 1 << 13;
|
const AlwaysInsertMode = 1 << 13;
|
||||||
const ReadOnly = 1 << 14;
|
const ReadOnly = 1 << 14;
|
||||||
const Password = 1 << 15;
|
const Password = 1 << 15;
|
||||||
|
const NoUndoRedo = 1 << 16;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user