Type Definition xcb::xkb::CompatMapNotifyEvent [−][src]
type CompatMapNotifyEvent = Event<xcb_xkb_compat_map_notify_event_t>;
Implementations
impl CompatMapNotifyEvent[src]
pub fn xkb_type(&self) -> u8[src]
pub fn time(&self) -> Timestamp[src]
pub fn device_i_d(&self) -> u8[src]
pub fn changed_groups(&self) -> u8[src]
pub fn first_s_i(&self) -> u16[src]
pub fn n_s_i(&self) -> u16[src]
pub fn n_total_s_i(&self) -> u16[src]
pub fn new(
xkb_type: u8,
time: Timestamp,
device_i_d: u8,
changed_groups: u8,
first_s_i: u16,
n_s_i: u16,
n_total_s_i: u16
) -> CompatMapNotifyEvent[src]
xkb_type: u8,
time: Timestamp,
device_i_d: u8,
changed_groups: u8,
first_s_i: u16,
n_s_i: u16,
n_total_s_i: u16
) -> CompatMapNotifyEvent
Constructs a new CompatMapNotifyEvent
response_type will be set automatically to COMPAT_MAP_NOTIFY