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

Class TapDanceLogger

src/handlers/tapdance.rs:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89 #[derive(Debug)]
90 pub struct TapDanceLogger {
91 pub other_key_taps: u16,
92 pub timeout_taps: u16,
93 }
94 impl TapDanceLogger {
95 fn new() -> TapDanceLogger {
96 TapDanceLogger{other_key_taps: 0, timeout_taps: 0}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected