From ec7e9352488db91bec0c241e05866dedfdf34e90 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Wed, 31 Aug 2022 06:57:37 +0200 Subject: [PATCH] Document WindowEvent::Moved OS support (#2442) --- src/event.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/event.rs b/src/event.rs index f52bcd8b..819dc334 100644 --- a/src/event.rs +++ b/src/event.rs @@ -324,7 +324,7 @@ pub enum WindowEvent<'a> { /// /// ## Platform-specific /// - /// - **Wayland:** Unsupported. + /// - **iOS / Android / Web / Wayland:** Unsupported. Moved(PhysicalPosition), /// The window has been requested to close.