mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Document WindowEvent::Moved
as unsupported on Wayland
This commit is contained in:
parent
da2cef97a3
commit
0d9c39029c
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue