Click or drag to resize

ControllerSetSelectorhardwareTypeGuid Property

The hardware type Guid 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 recognized hardware type such as all Xbox 360 controllers. You should set both hardwareTypeGuid and hardwareIdentifier with the values supplied by hardwareTypeGuid and hardwareIdentifier so both recognized and unrecognized Controllers will be handled. This value can be obtained from hardwareTypeGuid.

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

Property Value

Type: Guid
See Also