Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ IsDirectionalActionHeld
Function
IsDirectionalActionHeld
TombEngine/Specific/Input/Input.cpp:843–846 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
841
}
842
843
bool IsDirectionalActionHeld()
844
{
845
return (IsHeld(In::Forward) || IsHeld(In::Back) || IsHeld(In::Left) || IsHeld(In::Right));
846
}
847
848
bool IsWakeActionHeld()
849
{
Callers
4
IsWakeActionHeld
Function · 0.85
IsOpticActionHeld
Function · 0.85
UPVControl
Function · 0.85
lara_as_jump_prepare
Function · 0.85
Calls
1
IsHeld
Function · 0.85
Tested by
no test coverage detected