diff --git a/src/event.rs b/src/event.rs index d54b1b6c..f52bcd8b 100644 --- a/src/event.rs +++ b/src/event.rs @@ -321,6 +321,10 @@ pub enum WindowEvent<'a> { Resized(PhysicalSize), /// The position of the window has changed. Contains the window's new position. + /// + /// ## Platform-specific + /// + /// - **Wayland:** Unsupported. Moved(PhysicalPosition), /// The window has been requested to close.