Function de_controller::hud::selection::process_events

source ·
fn process_events(
    commands: Commands<'_, '_>,
    boxes: Query<'_, '_, (Entity, &mut Style), With<SelectionBox>>,
    events: EventReader<'_, '_, UpdateSelectionBoxEvent>
)