MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Reset

Method Reset

engine/Poseidon/Input/ComboDetector.cpp:70–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void ComboDetector::Reset()
71{
72 state_ = ComboState::Idle;
73 timer_ = 0.0f;
74 holdTimer_ = 0.0f;
75 pressed_ = false;
76 doubleTapDetected_ = false;
77 holdDetected_ = false;
78}
79} // namespace Poseidon

Callers 1

CalculateConfigCRCFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected