Function bevy_mod_picking::pointer::update_pointer_map

source ·
pub fn update_pointer_map(
    pointers: Query<'_, '_, (Entity, &PointerId)>,
    map: ResMut<'_, PointerMap>,
)
Expand description

Update the PointerMap resource with the current frame’s data.