Backends: SDL3: avoid calling SDL_StartTextInput() again if already active. (#8727)

This commit is contained in:
morrazzzz
2025-06-24 23:30:38 +03:00
committed by ocornut
parent 8e3aac5744
commit fff47f1119
2 changed files with 4 additions and 1 deletions

View File

@@ -43,6 +43,8 @@ Breaking changes:
Other changes:
- Backends: SDL3: avoid calling SDL_StartTextInput() again if already active.
(#8727) [@morrazzzz]
- Backends: OSX: added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress
mouse cursor support. (#8739) [@cfillion]
- Backends: Vulkan: use nonCoherentAtomSize to align upload_size, fixing