Function bevy_input::common_conditions::input_just_released
source · pub fn input_just_released<T>(
input: T
) -> impl FnMut(Res<'_, ButtonInput<T>>) -> bool + Clone
Expand description
Run condition that is active if ButtonInput::just_released
is true for the given input.