ReInputControllerHelperRemoveControllerFromAllPlayers Method (ControllerType, Int32, Boolean) |
De-assigns the specified controller from all players.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void RemoveControllerFromAllPlayers(
ControllerType controllerType,
int controllerId,
bool includeSystemPlayer = true
)
Parameters
- controllerType
- Type: RewiredControllerType
Tyoe of the controller - controllerId
- Type: SystemInt32
Id of the controller - includeSystemPlayer (Optional)
- Type: SystemBoolean
Do we de-assign from the System player also?
See Also