| 1852 | #[repr(C)] |
| 1853 | #[derive(Clone, Debug, Copy)] |
| 1854 | pub struct InputEvent { |
| 1855 | pub trigger: bool, |
| 1856 | pub key: Key, |
| 1857 | } |
| 1858 | #[repr(C)] |
| 1859 | pub struct Input { |
| 1860 | pub mx: usize, |
nothing calls this directly
no outgoing calls
no test coverage detected