MCPcopy Create free account
hub / github.com/Ruddle/Fomos / InputEvent

Class InputEvent

bootloader/kernel/src/globals.rs:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#[repr(C)]
25#[derive(Clone, Debug, Copy)]
26pub struct InputEvent {
27 pub trigger: bool,
28 pub key: usize,
29}
30#[repr(C)]
31#[derive(Clone, Debug, Copy)]
32pub struct Input {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected