mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
Document WindowEvent::Moved OS support (#2442)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user