Document WindowEvent::Moved as unsupported on Wayland

This commit is contained in:
Sludge
2022-08-19 23:32:40 +02:00
committed by Kirill Chibisov
parent 2d732069a9
commit 77cd021c02

View File

@@ -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.