MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Update

Method Update

TombEngine/Specific/Input/InputAction.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 void Action::Update(bool value)
160 {
161 Update(value ? 1.0f : 0.0f);
162 }
163
164 void Action::Update(float value)
165 {

Callers 2

ApplyActionQueueFunction · 0.45
UpdateInputActionsFunction · 0.45

Calls 3

IsClickedFunction · 0.85
IsReleasedFunction · 0.85
IsHeldFunction · 0.85

Tested by

no test coverage detected