mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Win32: Revert 1.92.4 change of comparing dwPacketNumber. (#8556)
This commit is contained in:
parent
2c54b15a5f
commit
0ba9fedf1a
2 changed files with 4 additions and 4 deletions
|
|
@ -76,6 +76,9 @@ Other Changes:
|
|||
When using Emscripten 4.0.10+, backend now defaults to IMGUI_IMPL_WEBGPU_BACKEND_DAWN
|
||||
instead of IMGUI_IMPL_WEBGPU_BACKEND_WGPU, if neither are specified.
|
||||
(note: examples application were not updated yet)
|
||||
- Win32: Revert 1.92.4 change of comparing dwPacketNumber, which prevents
|
||||
refreshing accurate gamepad info after focus-out + io.ClearInputsKey(). (#8556)
|
||||
|
||||
- Examples:
|
||||
- GLFW+WebGPU: removed unnecessary ImGui_ImplWGPU_InvalidateDeviceObjects() call
|
||||
during surface resize. (#8381)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue