From a5457b24c26d2459ff67fc18321ba1fe9b562c5c 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 a5c5ed524..c148bbf47 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.