Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ApplyActionQueue
Function · 0.45
UpdateInputActions
Function · 0.45
Calls
3
IsClicked
Function · 0.85
IsReleased
Function · 0.85
IsHeld
Function · 0.85
Tested by
no test coverage detected