MCPcopy Index your code
hub / github.com/TyberiusPrime/KeyToKey / KeyCodeInfo

Interface KeyCodeInfo

src/key_codes.rs:382–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382pub trait KeyCodeInfo {
383 fn is_usb_keycode(self) -> bool;
384 fn is_private_keycode(self) -> bool;
385}
386
387impl KeyCodeInfo for u32 {
388 fn is_usb_keycode(self) -> bool {

Callers

nothing calls this directly

Implementers 1

key_codes.rssrc/key_codes.rs

Calls

no outgoing calls

Tested by

no test coverage detected