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

Method CycleInput

src/input/cycle.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "events.pb.h"
7
8CycleInput::CycleInput()
9{
10}
11void CycleInput::load(proto_CycleInput config, std::shared_ptr<CycleDevice> device, std::unique_ptr<Input> input, std::unique_ptr<Input> input_reverse)
12{
13 m_input = std::move(input);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected