pub fn update_pick_source_positions(
    touches_input: Res<'_, Touches>,
    cursor: EventReader<'_, '_, CursorMoved>,
    pick_source_query: Query<'_, '_, (&mut PickingCamera, Option<&mut UpdatePicks>, Option<&Camera>)>
)
Expand description

Update Screenspace ray cast sources with the current mouse position