Searched refs:RawKeyPressEvent (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 D | xinput.rs | 16246 pub struct RawKeyPressEvent { struct 16261 impl TryParse for RawKeyPressEvent { argument 16279 …let result = RawKeyPressEvent { response_type, extension, sequence, length, event_type, deviceid, … in try_parse() 16286 impl RawKeyPressEvent { impl 16304 pub type RawKeyReleaseEvent = RawKeyPressEvent;
|
H A D | mod.rs | 7395 XinputRawKeyPress(xinput::RawKeyPressEvent),
|
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/ |
H A D | xinput.rs | 16246 pub struct RawKeyPressEvent { struct 16261 impl TryParse for RawKeyPressEvent { implementation 16279 …let result = RawKeyPressEvent { response_type, extension, sequence, length, event_type, deviceid, … in try_parse() 16286 impl RawKeyPressEvent { implementation 16304 pub type RawKeyReleaseEvent = RawKeyPressEvent;
|
H A D | mod.rs | 7395 XinputRawKeyPress(xinput::RawKeyPressEvent),
|
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/ |
H A D | xinput.py | 3143 class RawKeyPressEvent(xcffib.Event): class 3180 _events[13] = RawKeyPressEvent
|