| 24 | #[repr(C)] |
| 25 | #[derive(Clone, Debug, Copy)] |
| 26 | pub struct InputEvent { |
| 27 | pub trigger: bool, |
| 28 | pub key: usize, |
| 29 | } |
| 30 | #[repr(C)] |
| 31 | #[derive(Clone, Debug, Copy)] |
| 32 | pub struct Input { |
nothing calls this directly
no outgoing calls
no test coverage detected