logo
pub fn touch_screen_input_system(
    touch_state: ResMut<'_, Touches>,
    touch_input_events: EventReader<'_, '_, TouchInput>
)
Expand description

Updates the Touches resource with the latest TouchInput events