MCPcopy Create free account
hub / github.com/Santroller/Santroller / KeyboardKeyInput

Method KeyboardKeyInput

src/input/usb.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32{
33}
34KeyboardKeyInput::KeyboardKeyInput(proto_KeyboardKeyInput input, std::shared_ptr<UsbHostInterface> device) : m_input(input), m_device(device)
35{
36}
37bool KeyboardKeyInput::tickDigital()
38{
39 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected