Enum rugra::key::SpecialKey [] [src]

pub enum SpecialKey {
    Escape,
    Control,
    Shift,
    Alt,
    Return,
    Backspace,
    Left,
    Right,
    Up,
    Down,
}

Variants

Escape
Control
Shift
Alt
Return
Backspace
Left
Right
Up
Down

Trait Implementations

impl Key for SpecialKey

fn is_pressed(&self, window: &Window) -> bool

Derived Implementations

impl Copy for SpecialKey

impl Clone for SpecialKey

fn clone(&self) -> SpecialKey

fn clone_from(&mut self, source: &Self)

impl PartialEq for SpecialKey

fn eq(&self, __arg_0: &SpecialKey) -> bool

fn ne(&self, __arg_0: &SpecialKey) -> bool