Click or drag to resize

ControllerSetSelectorhardwareIdentifier Property

The hardware identifier of the Controller this entry applies to. This is only used if type is set to HardwareType. This targets all Controllers that match a specific unrecognized hardware type such as for a Joystick that has no controller definition built into Rewired. You should set both hardwareTypeGuid and hardwareIdentifier with the values supplied by hardwareTypeGuid and hardwareIdentifier so both recognized and unrecognized Joysticks will be handled. This value can be obtained from hardwareIdentifier. If no hardwareTypeGuid is specified and this value is blank, it will match all Unknown Controllers.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string hardwareIdentifier { get; set; }

Property Value

Type: String
See Also