guion 0.4.0

flexible GUI framework
Documentation
1
2
3
4
5
6
7
pub struct StandardConf {
    pub drag_trigger_distance: u32,
    pub fwd_tabulate_key: KeyCombo,
    pub rev_tabulate_key: KeyCombo,
}

pub type KeyCombo = Vec<u32>;