CreateWindowParams

Type Alias CreateWindowParams 

Source
pub type CreateWindowParams<'w, 's, F = ()> = (Commands<'w, 's>, Query<'w, 's, (Entity, &'static mut Window, &'static CursorOptions, Option<&'static RawHandleWrapperHolder>), F>, MessageWriter<'w, WindowCreated>, ResMut<'w, WinitActionRequestHandlers>, Res<'w, AccessibilityRequested>, Res<'w, WinitMonitors>);
Expand description

The parameters of the create_windows system.