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

@ -1396,8 +1396,7 @@ pub enum CursorGrabMode {
///
/// ## Platform-specific
///
/// - **X11 / Windows:** Not implemented. Always returns [`RequestError::NotSupported`] for
/// now.
/// - **X11:** Not implemented. Always returns [`RequestError::NotSupported`] for now.
/// - **iOS / Android:** Always returns an [`RequestError::NotSupported`].
Locked,
}