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

Class InputEvent

app_cursor/src/st.rs:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48#[repr(C)]
49#[derive(Clone, Debug, Copy)]
50pub struct InputEvent {
51 pub trigger: bool,
52 pub key: usize,
53}
54#[repr(C)]
55pub struct Input {
56 pub mx: usize,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected