MCPcopy Create free account
hub / github.com/TyberiusPrime/KeyToKey / KeyboardState

Class KeyboardState

src/lib.rs:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38#[derive(Debug, Default)]
39pub struct KeyboardState {
40 pub unicode_mode: UnicodeSendMode,
41 modifiers_and_enabled_handlers: SmallBitVec,
42}
43impl KeyboardState {
44 pub fn new() -> KeyboardState {
45 KeyboardState {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected