MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / KeyCode

Enum KeyCode

src/event.rs:41–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40#[derive(Clone, Copy, Debug)]
41pub enum KeyCode {
42 Up,
43 Down,
44 Left,
45 Right,
46 Q,
47 Plus,
48 Minus,
49}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected