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

Method load

src/input/held.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5{
6}
7void HeldInput::load(proto_HeldInput config, std::unique_ptr<Input> input) {
8 m_input = std::move(input);
9 m_time = config.time;
10}
11void HeldInput::setup()
12{
13 m_input->setup();

Callers 3

load_heldFunction · 0.45
load_cycleFunction · 0.45
load_toggleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected