Fix events not being emitted during modal loops on macOS (#1173)

This commit is contained in:
Aleksi Juvani 2019-09-18 05:49:29 +03:00 committed by Osspial
parent d35ee0d580
commit 695547f4ca
4 changed files with 4 additions and 30 deletions

View file

@ -12,6 +12,8 @@
- On Windows, fix handling of surrogate pairs when dispatching `ReceivedCharacter`.
- On macOS 10.15, fix freeze upon exiting exclusive fullscreen mode.
- On iOS, fix null window on initial `HiDpiFactorChanged` event.
- On macOS, fix events not being emitted during modal loops, such as when windows are being resized
by the user.
- On Windows, fix hovering the mouse over the active window creating an endless stream of CursorMoved events.
# 0.20.0 Alpha 3 (2019-08-14)