Home
last modified time | relevance | path

Searched defs:DeviceMappingNotifyEvent (Results 1 – 3 of 3) sorted by relevance

/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxinput.rs14767 pub struct DeviceMappingNotifyEvent { struct
14776 impl TryParse for DeviceMappingNotifyEvent { argument
16849 pub fn as_device_mapping_notify_event(&self) -> DeviceMappingNotifyEvent { in as_device_mapping_notify_event()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxinput.rs14767 pub struct DeviceMappingNotifyEvent { struct
14776 impl TryParse for DeviceMappingNotifyEvent { argument
16849 pub fn as_device_mapping_notify_event(&self) -> DeviceMappingNotifyEvent { in as_device_mapping_notify_event()
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dxinput.py2385 class DeviceMappingNotifyEvent(xcffib.Event): class