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

Enum Event

src/key_stream.rs:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25#[derive(PartialEq, Debug)]
26pub enum Event {
27 KeyPress(Key),
28 KeyRelease(Key),
29 TimeOut(u16),
30}
31#[derive(PartialEq, Debug, Clone, Copy)]
32pub enum EventStatus {
33 Unhandled,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected