On Windows, fix CursorMoved(0, 0) getting sent on focus (#819)

* On Windows, fix CursorMoved(0, 0) getting sent on focus

* Add changelog entry
This commit is contained in:
Osspial 2019-03-19 22:19:41 -04:00 committed by Victor Berger
parent fc481b6d6d
commit 17a240cd43
2 changed files with 3 additions and 11 deletions

View file

@ -38,6 +38,8 @@
- Rename `MonitorId` to `MonitorHandle`.
- Removed `serde` implementations from `ControlFlow`.
- On Windows, fix `CursorMoved(0, 0)` getting dispatched on window focus.
# Version 0.19.0 (2019-03-06)
- On X11, we will use the faster `XRRGetScreenResourcesCurrent` function instead of `XRRGetScreenResources` when available.