update_pointer_map

Function 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.