MacOS fix CursorEntered and CursorLeft events fired at old window size. (#1335)

* On macOS, Fix `CursorEntered` and `CursorLeft`

* Add CHANGELOG

Co-authored-by: Freya Gentz <zegentzy@protonmail.com>
This commit is contained in:
hatoo 2019-12-31 05:32:37 +09:00 committed by Freya Gentz
parent d9bda3e985
commit dd768fe655
2 changed files with 51 additions and 2 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- On macOS, fix `CursorEntered` and `CursorLeft` events fired at old window size.
- On macOS, fix error when `set_fullscreen` is called during fullscreen transition.
- On all platforms except mobile and WASM, implement `Window::set_minimized`.
- On X11, fix `CursorEntered` event being generated for non-winit windows.