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+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
  Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
Syntax
C#
public static IList<GCControllerInputDeviceIdentifier> disallowedDevices { get; set; }

Property Value

IListGCControllerInputDeviceIdentifier
See Also