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

Method MouseButtonInput

src/input/usb.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46{
47}
48MouseButtonInput::MouseButtonInput(proto_MouseButtonInput input, std::shared_ptr<UsbHostInterface> device) : m_input(input), m_device(device)
49{
50}
51bool MouseButtonInput::tickDigital()
52{
53 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected