Backends: SDL2/SDL3: adjusted IME offset to match other backends and master branch. (#6071, #1953)

Amend 1668693bc
This commit is contained in:
ocornut
2026-01-08 14:41:17 +01:00
parent 8103582b65
commit ca46e5d959
3 changed files with 3 additions and 2 deletions

View File

@@ -185,6 +185,7 @@ Docking+Viewports Branch:
gamepad/keyboard to move a window to another viewport. (#9053) [@lut0pia, @ocornut]
- Fixed implicit/fallback "Debug" window from staying visible if once docked. (#9151)
- Backends:
- SDL2, SDL3: adjust IME offset to match other backends and master branch. (#6071, #1953)
- Win32: viewports created by backend forcefully direct messages to
DefWindowProcW() in order to support Unicode text input. (#9099, #3653, #5961) [@ulhc]