Input

Trait Input 

Source
pub trait Input {
    // Required methods
    fn update(&mut self);
    fn current_state(&self) -> InputState;
}

Required Methods§

Source

fn update(&mut self)

Source

fn current_state(&self) -> InputState

Implementors§