Trait rugra::key::Key [] [src]

pub trait Key {
    fn is_pressed(&self, window: &Window) -> bool;
}

Required Methods

Implementors