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+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public string hardwareIdentifier { get; set; }

Property Value

String
See Also