Click or drag to resize

ReInputConfigHelperenhancedDeviceSupportExcludedDeviceTypes Property

Gets or sets a copy of the list of all the device types excluded from Enhanced Device Support. This will not return any values if the current platform does not support Enhanced Device Support. Rewired will be completely reset if this value is set.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<EnhancedDeviceSupportDeviceType> enhancedDeviceSupportExcludedDeviceTypes { get; set; }

Property Value

Type: ListEnhancedDeviceSupportDeviceType
See Also