Trait gapp_winit::WindowInput[][src]

pub trait WindowInput<C> {
    fn input<'a>(&mut self, event: &WindowEvent<'a>, context: &mut C) -> bool;
}

Required methods

fn input<'a>(&mut self, event: &WindowEvent<'a>, context: &mut C) -> bool[src]

Loading content...

Implementors

Loading content...