Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ AllowControllerInput
Method
AllowControllerInput
Source/UserInput/input.cpp:1001–1003 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
999
}
1000
1001
void Input::AllowControllerInput(bool allow) {
1002
allow_controller_input_ = allow;
1003
}
1004
1005
int Input::AllocateRemotePlayerInput() {
1006
int index = player_inputs_.size();
Callers
1
UpdateControls
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected