We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b51194 commit 2774ee6Copy full SHA for 2774ee6
crates/bevy_window/src/window.rs
@@ -232,7 +232,7 @@ pub struct Window {
232
///
233
/// - iOS / Android / X11 / Wayland: Spawning unfocused is
234
/// [not supported](https://docs.rs/winit/latest/winit/window/struct.WindowAttributes.html#method.with_active).
235
- /// - iOS / Android / Web / Wayland Setting focused after creation is
+ /// - iOS / Android / Web / Wayland: Setting focused after creation is
236
/// [not supported](https://docs.rs/winit/latest/winit/window/struct.Window.html#method.focus_window)
237
pub focused: bool,
238
/// Where should the window appear relative to other overlapping window.
0 commit comments