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

Class Input

app_background/src/st.rs:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54#[repr(C)]
55pub struct Input {
56 pub mx: usize,
57 pub my: usize,
58 pub keys: [u8; 1024],
59 pub history_last_index: usize,
60 pub history_ring: [InputEvent; HISTORY_SIZE],
61}
62
63#[derive(Debug, Clone, Copy, PartialEq, Eq)]
64#[repr(C)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected