KeyState

Type Alias KeyState 

Source
pub type KeyState = ButtonState;

Aliased Type§

pub enum KeyState {
    Pressed,
    Released,
}

Variants§

§

Pressed

§

Released