On Windows, fix CursorEntered/CursorLeft not sent during mouse grab

Fixes #3153.
This commit is contained in:
YouKnow 2023-10-17 06:53:22 +03:30 committed by GitHub
parent c65e2247a1
commit f5b4d6938f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 85 additions and 34 deletions

View file

@ -38,6 +38,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- **Breaking:** Bump `ndk` version to `0.8.0`, ndk-sys to `0.5.0`, `android-activity` to `0.5.0`.
- Make `WindowBuilder` `Send + Sync`.
- On macOS, fix assertion when pressing `Globe` key.
- On Windows, updated `WM_MOUSEMOVE` to detect when cursor Enter or Leave window client area while captured and send the corresponding events. (#3153)
# 0.29.1-beta