Type Alias arc_util::ui::window::WindowHotkey

source ·
pub type WindowHotkey = Option<u32>;
Expand description

Hotkey to open window.

Aliased Type§

enum WindowHotkey {
    None,
    Some(u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(u32)

Some value of type T.