diff --git a/crates/bevy_winit/src/lib.rs b/crates/bevy_winit/src/lib.rs index ac56798bc8..1ca101f6fd 100644 --- a/crates/bevy_winit/src/lib.rs +++ b/crates/bevy_winit/src/lib.rs @@ -59,6 +59,9 @@ mod winit_windows; /// /// The `T` event type can be used to pass custom events to the `winit`'s loop, and handled as events /// in systems. +/// +/// When using eg. `MinimalPlugins` you can add this using `WinitPlugin::::default()`, where +/// `WakeUp` is the default `Event` that bevy uses. #[derive(Default)] pub struct WinitPlugin { /// Allows the window (and the event loop) to be created on any thread