InputFn

Type Alias InputFn 

Source
pub type InputFn = fn(event: &mut GuiEvent<'_>) -> Option<Action>;