Backends: OSX: added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress mouse cursor support. (#8739)

Yet another undocumented standard cursor.
Amend 8a35386.
This commit is contained in:
Christian Fillion
2025-06-27 13:35:03 +02:00
committed by ocornut
parent f18aea5246
commit 22ad62c90c
3 changed files with 6 additions and 4 deletions
+3
View File
@@ -43,6 +43,9 @@ Breaking changes:
Other changes:
- Backends: OSX: added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress
mouse cursor support. (#8739) [@cfillion]
-----------------------------------------------------------------------
VERSION 1.92.0 (Released 2025-06-25)