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
Type: SystemString
The name of the controller.
uniqueId
Type: SystemInt32
The id of the controller.
controllerType
Type: RewiredControllerType
The type of the controller.
See Also