windows: ignore spurious mouse move messages (#1435)

Fixes https://github.com/rust-windowing/winit/issues/1428
This commit is contained in:
Philippe Renon 2020-03-06 22:15:49 +01:00 committed by GitHub
parent b8326f6452
commit 71bd6e73ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 10 deletions

View file

@ -9,6 +9,7 @@
- On Web, add the ability to query "Light" or "Dark" system theme send `ThemeChanged` on change.
- Fix `Event::to_static` returning `None` for user events.
- On Wayland, Hide CSD for fullscreen windows.
- On Windows, ignore spurious mouse move messages.
# 0.21.0 (2020-02-04)