pub trait InputContext<Action> {
    fn bubble_input(&self, action: &Action) -> (bool, Propagate);
}

Required Methods

Implementors