Click or drag to resize

ReInputControllerHelperRemoveJoystickFromAllPlayers(Joystick, Boolean) Method

De-assigns a specific Joystick from all Players

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RemoveJoystickFromAllPlayers(
	Joystick joystick,
	bool includeSystemPlayer = true
)

Parameters

joystick  Joystick
The Joystick
includeSystemPlayer  Boolean  (Optional)
De-assign from System player also?
See Also