Commented out obsolete ImGuiKey_KeyPadEnter redirection to ImGuiKey_KeypadEnter. (#2625, #7143)

This commit is contained in:
ocornut
2023-12-19 13:52:40 +01:00
parent 70f2aaff43
commit b4c5a83cfe
3 changed files with 4 additions and 2 deletions

View File

@ -50,6 +50,7 @@ Breaking changes:
Prefer using ImGuiListClipper which can return non-contiguous ranges.
- Internals, Columns: commented out legacy ImGuiColumnsFlags_XXX symbols redirecting
to ImGuiOldColumnsFlags_XXX, obsoleted from imgui_internal.h in 1.80.
- Commented out obsolete ImGuiKey_KeyPadEnter redirection to ImGuiKey_KeypadEnter. (#2625, #7143)
Other changes: