mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 15:13:13 -04:00
Document WindowEvent::Moved as unsupported on Wayland
This commit is contained in:
@@ -321,6 +321,10 @@ pub enum WindowEvent<'a> {
|
||||
Resized(PhysicalSize<u32>),
|
||||
|
||||
/// The position of the window has changed. Contains the window's new position.
|
||||
///
|
||||
/// ## Platform-specific
|
||||
///
|
||||
/// - **Wayland:** Unsupported.
|
||||
Moved(PhysicalPosition<i32>),
|
||||
|
||||
/// The window has been requested to close.
|
||||
|
||||
Reference in New Issue
Block a user