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

Class Input

app_console/src/st.rs:1859–1865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1857}
1858#[repr(C)]
1859pub struct Input {
1860 pub mx: usize,
1861 pub my: usize,
1862 pub keys: [u8; 1024],
1863 pub history_last_index: usize,
1864 pub history_ring: [InputEvent; HISTORY_SIZE],
1865}
1866
1867#[derive(Debug, Clone, Copy, PartialEq, Eq)]
1868#[repr(C)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected