Device |
The GCControllerInputDeviceIdentifier type exposes the following members.
| Name | Description | |
|---|---|---|
| primaryProfileTypes | Match against the primary controller profile type. A controller can support multiple profile types, but will always have only one primary profile type. If supplied, a match will occur if any enabled bits in this value match. Optional. | |
| productCategory | Match on product category string. If supplied, this value will be required for matching. Optional. | |
| productName | Match on product name string. If supplied, this value will be required for matching. Optional. | |
| profileSubType | Match on controller profile sub type. If supplied, this value will be required for matching. Optional. | |
| supportedProfileTypes | Match against all supported controller profile types. A controller can support multiple profile types. If supplied, a match will occur if any enabled bits in this value match. Optional. | |
| useRegex | Determines if regex will be used when evaluating string matches. This applies to all strings. |