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

Class USBKeyboard

src/handlers/usbkeyboard.rs:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16/// key repeat is whatever usb does...
17#[derive(Default)]
18pub struct USBKeyboard {}
19impl USBKeyboard {
20 pub fn new() -> USBKeyboard {
21 USBKeyboard {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected