Click or drag to resize

ControllerSetSelectorSelectHardwareType Method (ControllerType, Guid, String)

Creates an entry with a HardwareType selector type.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static ControllerSetSelector SelectHardwareType(
	ControllerType controllerType,
	Guid hardwareTypeGuid,
	string hardwareIdentifier
)

Parameters

controllerType
Type: RewiredControllerType
The Controller Type
hardwareTypeGuid
Type: SystemGuid
The hardware type GUID
hardwareIdentifier
Type: SystemString
The hardware identifier

Return Value

Type: ControllerSetSelector
ControllerSelector
See Also