MCPcopy 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

IsWakeActionHeldFunction · 0.85
IsOpticActionHeldFunction · 0.85
UPVControlFunction · 0.85
lara_as_jump_prepareFunction · 0.85

Calls 1

IsHeldFunction · 0.85

Tested by

no test coverage detected