Function bevy_winit::create_windows

source ·
pub fn create_windows<F: QueryFilter + 'static>(
    event_loop: &EventLoopWindowTarget<RequestRedraw>,
    (commands, created_windows, window_created_events, winit_windows, adapters, handlers, accessibility_requested): SystemParamItem<'_, '_, CreateWindowParams<'_, '_, F>>
)
Expand description

Creates new windows on the winit backend for each entity with a newly-added Window component.

If any of these entities are missing required components, those will be added with their default values.