Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ NoAction
Function
NoAction
TombEngine/Specific/Input/Input.cpp:795–804 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
793
}
794
795
bool NoAction()
796
{
797
for (const auto& [actionID, action] : ActionMap)
798
{
799
if (action.IsHeld())
800
return false;
801
}
802
803
return true;
804
}
805
806
bool IsClicked(ActionID actionID)
807
{
Callers
4
HandleControlSettingsInput
Method · 0.85
CallInventory
Method · 0.85
HandleMenuCalls
Function · 0.85
HandleGlobalInputEvents
Function · 0.85
Calls
1
IsHeld
Method · 0.80
Tested by
no test coverage detected