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

Class InputEvent

app_console/src/st.rs:1854–1857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1852#[repr(C)]
1853#[derive(Clone, Debug, Copy)]
1854pub struct InputEvent {
1855 pub trigger: bool,
1856 pub key: Key,
1857}
1858#[repr(C)]
1859pub struct Input {
1860 pub mx: usize,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected