Add mouse event capturing when click-dragging out of a win32 window (#292)

* Add mouse event capturing when click-dragging out of a win32 window

* Remove git merge conflict comments

* Add changelog entry
This commit is contained in:
HDM
2018-02-14 04:31:25 -05:00
committed by Pierre Krieger
parent 4abcc164cd
commit 7daf27f389
2 changed files with 58 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Unreleased
- Implement `MonitorId::get_dimensions` for Android.
- Fixed windows not receiving mouse events when click-dragging the mouse outside the client area of a window, on Windows platforms.
=======
# Version 0.11.0 (2018-02-09)
- Implement `MonitorId::get_dimensions` for Android.