MCPcopy Create free account
hub / github.com/emberian/evdev / KeyCode

Class KeyCode

src/scancodes.rs:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
9#[repr(transparent)]
10pub struct KeyCode(pub u16);
11
12impl KeyCode {
13 #[inline]

Callers 2

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…