OpenVRDeviceManager.RemoveController(String) Method

Definition

Removes a controller using the joystick name provided.

protected:
 override void RemoveController(System::String ^ joystickName);
protected override void RemoveController (string joystickName);
override this.RemoveController : string -> unit
Protected Overrides Sub RemoveController (joystickName As String)

Parameters

joystickName
String

The name of the joystick from Unity's Input.GetJoystickNames

Applies to