mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 13:31:29 +11:00
Document WindowEvent::Moved OS support (#2442)
This commit is contained in:
parent
fd72000a9a
commit
ec7e935248
|
@ -324,7 +324,7 @@ pub enum WindowEvent<'a> {
|
||||||
///
|
///
|
||||||
/// ## Platform-specific
|
/// ## Platform-specific
|
||||||
///
|
///
|
||||||
/// - **Wayland:** Unsupported.
|
/// - **iOS / Android / Web / Wayland:** Unsupported.
|
||||||
Moved(PhysicalPosition<i32>),
|
Moved(PhysicalPosition<i32>),
|
||||||
|
|
||||||
/// The window has been requested to close.
|
/// The window has been requested to close.
|
||||||
|
|
Loading…
Reference in a new issue