mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 06:40:06 -04:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user