Click or drag to resize

GCControllerInputdisallowedDevices Property

Read-only list of input devices that will not appear in the Joysticks list in Rewired. The GCControllerInputDeviceIdentifier provides device matching critera. To modify the list, replace it by setting this value with a new list. allowedDevices and disallowedDevices are used to determine which devices are allowed to appear in the Joysticks list. To disallow a wide category of devices while allowing only specific exceptions, set allow overrides in allowedDevices.

Namespace: Rewired.Platforms.Apple.GameController
Assemblies:  Rewired_AppleGameController (in Rewired_AppleGameController.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
  Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntax
C#
public static IList<GCControllerInputDeviceIdentifier> disallowedDevices { get; set; }

Property Value

IListGCControllerInputDeviceIdentifier
See Also