Backends: SDL3: Update for SDL_SYSTEM_CURSOR_xxx api renames. (#7653)

This commit is contained in:
ocornut
2024-06-03 18:25:58 +02:00
parent 68a05e3f04
commit f8de9fec8c
2 changed files with 10 additions and 9 deletions

View File

@@ -56,6 +56,7 @@ Other changes:
- Disabled: nested tooltips or other non-child window within a BeginDisabled()
block disable the disabled state. (#211, #7640)
- Misc: made ImGuiDir and ImGuiSortDirection stronger-typed enums.
- Backends: SDL3: Update for SDL_SYSTEM_CURSOR_xxx api renames. (#7653)
-----------------------------------------------------------------------