Document WindowEvent::Moved as unsupported on Wayland

This commit is contained in:
Sludge 2022-08-19 23:32:40 +02:00 committed by GitHub
parent da2cef97a3
commit 0d9c39029c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.