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 4a968ae commit 602727dCopy full SHA for 602727d
crates/bevy_winit/src/lib.rs
@@ -156,8 +156,8 @@ impl<T: Event> Plugin for WinitPlugin<T> {
156
#[reflect(Debug, Default)]
157
pub struct WakeUp;
158
159
-/// The original window event as produced by winit. This is meant as an escape
160
-/// hatch for power users that wish add custom winit integrations.
+/// The original window event as produced by Winit. This is meant as an escape
+/// hatch for power users that wish add custom Winit integrations.
161
/// If you want to process events for your app or game, you should instead use
162
/// `bevy::window::WindowEvent`, or one of its sub-events.
163
///
0 commit comments