Removed ImGuiButtonFlags_MouseButtonDefault_.

This commit is contained in:
ocornut
2024-06-06 17:20:32 +02:00
parent 2a418f054d
commit 67d886fd63
4 changed files with 7 additions and 6 deletions

View File

@@ -43,6 +43,8 @@ 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.
- Removed ImGuiButtonFlags_MouseButtonDefault_ = ImGuiButtonFlags_MouseButtonLeft
from imgui.h, was mostly unused and misleading.
Other changes: