Searched refs:DeviceButtonStateNotifyEvent (Results 1 – 5 of 5) sorted by relevance
15055 pub struct DeviceButtonStateNotifyEvent { struct15061 impl TryParse for DeviceButtonStateNotifyEvent { argument15076 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 …]
7343 XinputDeviceButtonStateNotify(xinput::DeviceButtonStateNotifyEvent),
15055 pub struct DeviceButtonStateNotifyEvent { struct15061 impl TryParse for DeviceButtonStateNotifyEvent { implementation15076 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 …]
2463 class DeviceButtonStateNotifyEvent(xcffib.Event): class2487 _events[14] = DeviceButtonStateNotifyEvent