Click or drag to resize

ControllerStatusChangedEventArgs Constructor

Constructor.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ControllerStatusChangedEventArgs(
	string name,
	int uniqueId,
	ControllerType controllerType
)

Parameters

name  String
The name of the controller.
uniqueId  Int32
The id of the controller.
controllerType  ControllerType
The type of the controller.
See Also