diff --git a/src/event.rs b/src/event.rs index 25cae732b..a5c5ed524 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.