| 32 | { |
| 33 | } |
| 34 | KeyboardKeyInput::KeyboardKeyInput(proto_KeyboardKeyInput input, std::shared_ptr<UsbHostInterface> device) : m_input(input), m_device(device) |
| 35 | { |
| 36 | } |
| 37 | bool KeyboardKeyInput::tickDigital() |
| 38 | { |
| 39 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected