Skip to main content

Keyboard

Type Alias Keyboard 

Source
pub type Keyboard = Keyboard<f64>;
Expand description

Type alias of crate::Keyboard<f64>

Aliased Type§

pub struct Keyboard {
    pub metadata: Metadata,
    pub keys: Vec<Key>,
}

Fields§

§metadata: Metadata

Keyboard layout’s metadata.

§keys: Vec<Key>

The layout’s keys.