On Windows, fix left mouse button release event not being sent after Window::drag_window (#2564)

This commit is contained in:
feelingnothing
2022-12-07 01:18:50 +03:00
committed by GitHub
parent 4ed4e918f3
commit 9f781bc422
4 changed files with 15 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased
- On Windows, fix left mouse button release event not being sent after `Window::drag_window`.
- On macOS, run most actions on the main thread, which is strictly more correct, but might make multithreaded applications block slightly more.
- On macOS, fix panic when getting current monitor without any monitor attached.
- On Windows and MacOS, add API to enable/disable window buttons (close, minimize, ...etc).