Function bevy::input::common_conditions::input_just_released
pub fn input_just_released<T>(input: T) -> impl FnMut(Res<'_, Input<T>>) + Clonewhere
T: Copy + Eq + Hash + Send + Sync + 'static,
Expand description
Run condition that is active if Input::just_released
is true for the given input.