| 18 | { |
| 19 | } |
| 20 | USBButtonInput::USBButtonInput(proto_USBButtonInput input, std::shared_ptr<UsbHostInterface> device) : m_input(input), m_device(device) |
| 21 | { |
| 22 | } |
| 23 | bool USBButtonInput::tickDigital() |
| 24 | { |
| 25 | return m_device->tick_digital(m_input.button); |
nothing calls this directly
no outgoing calls
no test coverage detected