[][src]Trait shine_input::Guesture

pub trait Guesture: Send + Sync {
    fn as_any(&self) -> &dyn Any;
fn on_update(&mut self, prev_state: &State, state: &mut State); }

Required methods

fn as_any(&self) -> &dyn Any

fn on_update(&mut self, prev_state: &State, state: &mut State)

Loading content...

Implementors

impl Guesture for KeyboardJoystick[src]

Loading content...