MCPcopy 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
1001void Input::AllowControllerInput(bool allow) {
1002 allow_controller_input_ = allow;
1003}
1004
1005int Input::AllocateRemotePlayerInput() {
1006 int index = player_inputs_.size();

Callers 1

UpdateControlsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected