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

type AccessXNotifyEvent = Event<xcb_xkb_access_x_notify_event_t>;

Implementations

impl AccessXNotifyEvent[src]

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

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

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

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

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

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

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

pub fn new(
    xkb_type: u8,
    time: Timestamp,
    device_i_d: u8,
    keycode: Keycode,
    detailt: u16,
    slow_keys_delay: u16,
    debounce_delay: u16
) -> AccessXNotifyEvent
[src]

Constructs a new AccessXNotifyEvent response_type will be set automatically to ACCESS_X_NOTIFY