Examples: Win32: Added support for XInput games (if ImGuiConfigFlags_NavEnableGamepad is enabled).

This commit is contained in:
omar
2019-01-15 21:17:48 +01:00
parent 133f112af0
commit f435aa193b
4 changed files with 69 additions and 5 deletions

View File

@ -36,6 +36,7 @@ HOW TO UPDATE?
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).
-----------------------------------------------------------------------