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

Method new

src/handlers/unicodekeyboard.rs:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14pub struct UnicodeKeyboard {}
15impl UnicodeKeyboard {
16 pub fn new() -> UnicodeKeyboard {
17 UnicodeKeyboard {}
18 }
19
20 fn is_unicode_keycode(keycode: u32) -> bool {
21 match keycode {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected