mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-16 00:54:19 +00:00
IO: Added GetPlatformIO(), ImGuiPlatformIO, currently empty.
This commit is contained in:
parent
8e40104795
commit
e6460722ea
4 changed files with 32 additions and 6 deletions
|
|
@ -43,6 +43,9 @@ Breaking changes:
|
|||
|
||||
Other changes:
|
||||
|
||||
- IO: Added GetPlatformIO() and ImGuiPlatformIO, pulled from 'docking' branch, which
|
||||
is a centralized spot to connect os/platform/renderer related functions.
|
||||
Clipboard, IME and OpenInShell hooks are moved here. (#7660)
|
||||
- IO, InputText: fixed an issue where typing text in a InputText() would defer character
|
||||
processing by one frame, because of the trickling input queue. Reworked interleaved
|
||||
keys<>char trickling to take account for keys known to input characters. (#7889, #4921, #4858)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue