Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
7
void HeldInput::load(proto_HeldInput config, std::unique_ptr<Input> input) {
8
m_input = std::move(input);
9
m_time = config.time;
10
}
11
void HeldInput::setup()
12
{
13
m_input->setup();
Callers
3
load_held
Function · 0.45
load_cycle
Function · 0.45
load_toggle
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected