Skip to content

Commit

Permalink
Document WindowEvent::Moved OS support
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Aug 25, 2022
1 parent e91ee81 commit d3eccd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d3eccd4

Please sign in to comment.