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

Merge branch 'viewport' into docking

This commit is contained in:
omar 2019-01-15 21:22:29 +01:00
commit 8a45c56c2c
10 changed files with 94 additions and 19 deletions

View file

@ -88,7 +88,17 @@ Other changes:
-----------------------------------------------------------------------
VERSION 1.67 (In Progress)
VERSION 1.68
-----------------------------------------------------------------------
Other Changes:
- Examples: Win32: Using GetForegroundWindow() instead of GetActiveWindow() to be compatible with windows created
in a different thread. (#1951, #2087, #2156, #2232) [many people]
- Examples: Win32: Added support for XInput games (if ImGuiConfigFlags_NavEnableGamepad is enabled).
-----------------------------------------------------------------------
VERSION 1.67 (Released 2019-01-14)
-----------------------------------------------------------------------
Breaking Changes: