Home
last modified time | relevance | path

Searched refs:DeviceButtonStateNotifyEvent (Results 1 – 5 of 5) sorted by relevance

/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxinput.rs15055 pub struct DeviceButtonStateNotifyEvent { struct
15061 impl TryParse for DeviceButtonStateNotifyEvent { argument
15076 impl From<&DeviceButtonStateNotifyEvent> for [u8; 32] {
15077 fn from(input: &DeviceButtonStateNotifyEvent) -> Self { in from()
15117 impl From<DeviceButtonStateNotifyEvent> for [u8; 32] {
15118 fn from(input: DeviceButtonStateNotifyEvent) -> Self { in from()
16867 DeviceButtonStateNotifyEvent::try_parse(value).unwrap().0 in as_device_button_state_notify_event()
16969 impl From<DeviceButtonStateNotifyEvent> for EventForSend {
16970 fn from(value: DeviceButtonStateNotifyEvent) -> Self { in from()
16974 impl From<&DeviceButtonStateNotifyEvent> for EventForSend {
[all …]
H A Dmod.rs7343 XinputDeviceButtonStateNotify(xinput::DeviceButtonStateNotifyEvent),
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxinput.rs15055 pub struct DeviceButtonStateNotifyEvent { struct
15061 impl TryParse for DeviceButtonStateNotifyEvent { implementation
15076 impl From<&DeviceButtonStateNotifyEvent> for [u8; 32] {
15077 fn from(input: &DeviceButtonStateNotifyEvent) -> Self { in from()
15117 impl From<DeviceButtonStateNotifyEvent> for [u8; 32] {
15118 fn from(input: DeviceButtonStateNotifyEvent) -> Self { in from()
16867 DeviceButtonStateNotifyEvent::try_parse(value).unwrap().0 in as_device_button_state_notify_event()
16969 impl From<DeviceButtonStateNotifyEvent> for EventForSend {
16970 fn from(value: DeviceButtonStateNotifyEvent) -> Self { in from()
16974 impl From<&DeviceButtonStateNotifyEvent> for EventForSend {
[all …]
H A Dmod.rs7343 XinputDeviceButtonStateNotify(xinput::DeviceButtonStateNotifyEvent),
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dxinput.py2463 class DeviceButtonStateNotifyEvent(xcffib.Event): class
2487 _events[14] = DeviceButtonStateNotifyEvent