Click or drag to resize

ReInputControllerHelperRemoveJoystickFromAllPlayers(Int32, Boolean) Method

De-assigns a specific Joystick from all Players

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public void RemoveJoystickFromAllPlayers(
	int joystickId,
	bool includeSystemPlayer = true
)

Parameters

joystickId  Int32
Id of the Joystick
includeSystemPlayer  Boolean  (Optional)
De-assign from System player also?
See Also