Document WindowEvent::Moved OS support (#2442)

This commit is contained in:
daxpedda 2022-08-31 06:57:37 +02:00 committed by GitHub
parent fd72000a9a
commit ec7e935248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -324,7 +324,7 @@ pub enum WindowEvent<'a> {
///
/// ## Platform-specific
///
/// - **Wayland:** Unsupported.
/// - **iOS / Android / Web / Wayland:** Unsupported.
Moved(PhysicalPosition<i32>),
/// The window has been requested to close.