Type Definition xcb::xkb::MapNotifyEvent[][src]

type MapNotifyEvent = Event<xcb_xkb_map_notify_event_t>;

Implementations

impl MapNotifyEvent[src]

pub fn xkb_type(&self) -> u8[src]

pub fn time(&self) -> Timestamp[src]

pub fn device_i_d(&self) -> u8[src]

pub fn ptr_btn_actions(&self) -> u8[src]

pub fn changed(&self) -> u16[src]

pub fn min_key_code(&self) -> Keycode[src]

pub fn max_key_code(&self) -> Keycode[src]

pub fn first_type(&self) -> u8[src]

pub fn n_types(&self) -> u8[src]

pub fn first_key_sym(&self) -> Keycode[src]

pub fn n_key_syms(&self) -> u8[src]

pub fn first_key_act(&self) -> Keycode[src]

pub fn n_key_acts(&self) -> u8[src]

pub fn first_key_behavior(&self) -> Keycode[src]

pub fn n_key_behavior(&self) -> u8[src]

pub fn first_key_explicit(&self) -> Keycode[src]

pub fn n_key_explicit(&self) -> u8[src]

pub fn first_mod_map_key(&self) -> Keycode[src]

pub fn n_mod_map_keys(&self) -> u8[src]

pub fn first_v_mod_map_key(&self) -> Keycode[src]

pub fn n_v_mod_map_keys(&self) -> u8[src]

pub fn virtual_mods(&self) -> u16[src]

pub fn new(
    xkb_type: u8,
    time: Timestamp,
    device_i_d: u8,
    ptr_btn_actions: u8,
    changed: u16,
    min_key_code: Keycode,
    max_key_code: Keycode,
    first_type: u8,
    n_types: u8,
    first_key_sym: Keycode,
    n_key_syms: u8,
    first_key_act: Keycode,
    n_key_acts: u8,
    first_key_behavior: Keycode,
    n_key_behavior: u8,
    first_key_explicit: Keycode,
    n_key_explicit: u8,
    first_mod_map_key: Keycode,
    n_mod_map_keys: u8,
    first_v_mod_map_key: Keycode,
    n_v_mod_map_keys: u8,
    virtual_mods: u16
) -> MapNotifyEvent
[src]

Constructs a new MapNotifyEvent response_type will be set automatically to MAP_NOTIFY