LayoutId

Type Alias LayoutId 

Source
pub type LayoutId = Option<&'static str>;
Expand description

An identifier representing the way device inputs are mapped to actions via action maps.

Aliased Type§

pub enum LayoutId {
    None,
    Some(&'static str),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(&'static str)

Some value of type T.