[−][src]Type Definition xcb::xproto::MappingNotifyEvent  
type MappingNotifyEvent = Event<xcb_mapping_notify_event_t>;
keyboard mapping changed
Methods
impl MappingNotifyEvent[src]
pub fn request(&self) -> u8[src]
pub fn first_keycode(&self) -> Keycode[src]
The first number in the range of the altered mapping.
pub fn count(&self) -> u8[src]
The number of keycodes altered.
pub fn new(request: u8, first_keycode: Keycode, count: u8) -> MappingNotifyEvent[src]
Constructs a new MappingNotifyEvent
response_type will be set automatically to MAPPING_NOTIFY