Type Alias CreateMonitorParams

Source
pub type CreateMonitorParams<'w, 's> = (Commands<'w, 's>, ResMut<'w, WinitMonitors>);
Expand description

The parameters of the create_monitors system.