Trait input_manager::IUpdater[][src]

pub trait IUpdater<A, B> {
    fn tick(&mut self, _: Duration);
fn apply_change(
        &mut self,
        _: &Binding<A, B>,
        _: impl Into<Change>
    ); }

Required Methods

Implementors