pub fn update_pointer_map(
pointers: Query<'_, '_, (Entity, &PointerId)>,
map: ResMut<'_, PointerMap>,
)
Expand description
Update the PointerMap
resource with the current frame’s data.
pub fn update_pointer_map(
pointers: Query<'_, '_, (Entity, &PointerId)>,
map: ResMut<'_, PointerMap>,
)
Update the PointerMap
resource with the current frame’s data.