| 2 | #include "utils.h" |
| 3 | |
| 4 | HeldInput::HeldInput() |
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected