InputText: reordered all flags. (ABI breaking)

This commit is contained in:
ocornut
2024-06-06 17:13:37 +02:00
parent f1eaf8d7c0
commit 2a418f054d
3 changed files with 33 additions and 22 deletions

View File

@@ -41,6 +41,9 @@ HOW TO UPDATE?
Breaking changes:
- Reordered various ImGuiInputTextFlags values. This should not be breaking unless
you are using generated headers that have values not matching the main library.
Other changes:
- Inputs: Fixed IsMouseClicked(..., repeat=true); broken on 2024/05/22.