Click or drag to resize

DeviceIdentifier Fields

The GCControllerInputDeviceIdentifier type exposes the following members.

Fields
 NameDescription
Public fieldprimaryProfileTypes 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.
Public fieldproductCategory Match on product category string. If supplied, this value will be required for matching. Optional.
Public fieldproductName Match on product name string. If supplied, this value will be required for matching. Optional.
Public fieldprofileSubType Match on controller profile sub type. If supplied, this value will be required for matching. Optional.
Public fieldsupportedProfileTypes 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.
Public fielduseRegex Determines if regex will be used when evaluating string matches. This applies to all strings.
Top
See Also