mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 05:40:04 -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>),
|
Resized(PhysicalSize<u32>),
|
||||||
|
|
||||||
/// The position of the window has changed. Contains the window's new position.
|
/// The position of the window has changed. Contains the window's new position.
|
||||||
|
///
|
||||||
|
/// ## Platform-specific
|
||||||
|
///
|
||||||
|
/// - **Wayland:** Unsupported.
|
||||||
Moved(PhysicalPosition<i32>),
|
Moved(PhysicalPosition<i32>),
|
||||||
|
|
||||||
/// The window has been requested to close.
|
/// The window has been requested to close.
|
||||||
|
|||||||
Reference in New Issue
Block a user