Backends: OSX: Fix keys remaining stuck in pressed state when CMD-tabbing to a different application. (#3832)

This commit is contained in:
rokups
2021-04-19 13:47:31 +03:00
committed by ocornut
parent 25fbff2156
commit 6d53884487
2 changed files with 37 additions and 7 deletions

View File

@ -64,6 +64,7 @@ Other Changes:
effectively fixing mouse access on Raspberry Pi. (#2837, #3950) [@lethal-guitar, @hinxx]
- Backends: Win32: Clearing keyboard down array when losing focus (WM_KILLFOCUS). (#2062, #3532, #3961)
[@1025798851]
- Backends: OSX: Fix keys remaining stuck when CMD-tabbing to a different application. (#3832) [@rokups]
- Backends: DirectX9: calling IDirect3DStateBlock9::Capture() after CreateStateBlock() which appears to
workaround/fix state restoring issues. Unknown exactly why so, but bit of a cargo-cult fix. (#3857)
- Backends: DirectX10, DirectX11: fixed a crash when backing/restoring state if nothing is bound when