1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-02-08 04:40:09 +00:00

Backends: SDL2/SDL3: Fixed IME text input rectangle position with viewports. (#6071, #1953)

This commit is contained in:
ocornut 2023-04-06 19:18:15 +02:00
parent ec461c6ccb
commit 1668693bcf
3 changed files with 7 additions and 6 deletions

View file

@ -163,6 +163,7 @@ Docking+Viewports Branch:
- Docking: Fixed using GetItemXXX() or IsItemXXX() functions after a DockSpace(). (#6217)
- Backends: GLFW: Fixed key modifiers handling on secondary viewports. (#6248, #6034) [@aiekick]
- Backends: GLFW: Fixed Emscripten erroneously enabling multi-viewport support, leading to assert. (#5683)
- Backends: SDL2/SDL3: Fixed IME text input rectangle position with viewports. (#6071, #1953)
- Backends: SDL3: Fixed for compilation with multi-viewports. (#6255) [@P3RK4N]