Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REGoth-project/REGoth
/ clearActions
Method
clearActions
src/engine/Input.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void Input::clearActions()
86
{
87
actionTypeToActionMap.clear();
88
}
89
90
bool Input::RemoveAction(ActionType actionType, Action* action)
91
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected