MCPcopy Create free account
hub / github.com/emberian/evdev / main

Function main

examples/evtest.rs:6–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4mod _pick_device;
5
6fn main() {
7 let mut d = _pick_device::pick_device();
8 println!("{d}");
9 println!("Events:");
10 loop {
11 for ev in d.fetch_events().unwrap() {
12 println!("{ev:?}");
13 }
14 }
15}

Callers

nothing calls this directly

Calls 2

pick_deviceFunction · 0.85
fetch_eventsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…