Platform IME: add ImGuiPlatformImeData::InputLineHeight (unused by win32). (#3113)

This commit is contained in:
Liu Liu
2022-01-05 13:38:51 +01:00
committed by ocornut
parent 29a8ee0826
commit de36ff043e
3 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,7 @@ Other Changes:
now taking a ImGuiPlatformImeData structure which we can more easily extend in the future.
- Platform IME: moved io.ImeWindowHandle to GetMainViewport()->PlatformHandleRaw.
- Platform IME: add ImGuiPlatformImeData::WantVisible, hide IME composition window when not used. (#2589) [@actboy168]
- Platform IME: add ImGuiPlatformImeData::InputLineHeight. (#3113) [@liuliu]
- Platform IME: [windows] call ImmSetCandidateWindow() to position candidate window.
- Backends: OpenGL3: Fixed a buffer overflow in imgui_impl_opengl3_loader.h init (added in 1.86). (#4468, #4830) [@dymk]
It would generally not have noticeable side-effect at runtime but would be detected by runtime checkers.