Type Definition xcb::xkb::IndicatorStateNotifyEvent [−][src]
type IndicatorStateNotifyEvent = Event<xcb_xkb_indicator_state_notify_event_t>;
Implementations
impl IndicatorStateNotifyEvent
[src]
pub fn xkb_type(&self) -> u8
[src]
pub fn time(&self) -> Timestamp
[src]
pub fn device_i_d(&self) -> u8
[src]
pub fn state(&self) -> u32
[src]
pub fn state_changed(&self) -> u32
[src]
pub fn new(
xkb_type: u8,
time: Timestamp,
device_i_d: u8,
state: u32,
state_changed: u32
) -> IndicatorStateNotifyEvent
[src]
xkb_type: u8,
time: Timestamp,
device_i_d: u8,
state: u32,
state_changed: u32
) -> IndicatorStateNotifyEvent
Constructs a new IndicatorStateNotifyEvent
response_type
will be set automatically to INDICATOR_STATE_NOTIFY