pub fn touch_pick_events(
window_events: EventReader<'_, '_, WindowEvent>,
primary_window: Query<'_, '_, Entity, With<PrimaryWindow>>,
touch_cache: Local<'_, HashMap<u64, TouchInput>>,
commands: Commands<'_, '_>,
pointer_events: EventWriter<'_, PointerInput>,
)
Expand description
Sends touch pointer events to be consumed by the core plugin