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

Method HeldInput

src/input/held.cpp:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "utils.h"
3
4HeldInput::HeldInput()
5{
6}
7void HeldInput::load(proto_HeldInput config, std::unique_ptr<Input> input) {
8 m_input = std::move(input);
9 m_time = config.time;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected