windows: add locked cursor

This commit is contained in:
robtfm 2025-04-25 12:41:56 +02:00 committed by GitHub
parent 6461cfa9b1
commit ab96fa8395
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 35 additions and 17 deletions

View file

@ -78,6 +78,7 @@ changelog entry.
- Add `CustomCursorSource::Url`, `CustomCursorSource::from_animation`.
- Implement `CustomIconProvider` for `RgbaIcon`.
- Add `icon` module that exposes winit's icon API.
- On Windows, add `CursorGrabMode::Locked`.
### Changed