mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Added ImGuiInputTextFlags_EnterReturnsTrue
This commit is contained in:
parent
ad42787543
commit
7439df0ba1
2 changed files with 7 additions and 3 deletions
1
imgui.h
1
imgui.h
|
|
@ -294,6 +294,7 @@ enum ImGuiInputTextFlags_
|
|||
ImGuiInputTextFlags_CharsHexadecimal = 1 << 1, // Allow 0123456789ABCDEFabcdef
|
||||
ImGuiInputTextFlags_AutoSelectAll = 1 << 2,
|
||||
ImGuiInputTextFlags_AlignCenter = 1 << 3,
|
||||
ImGuiInputTextFlags_EnterReturnsTrue = 1 << 4,
|
||||
};
|
||||
|
||||
// User fill ImGuiIO.KeyMap[] array with indices into the ImGuiIO.KeysDown[512] array
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue