Click or drag to resize

UnityInputSystemSettingsdisallowedJoystickInputDevices Property

Read-only list of input devices that will not appear in the Joysticks list in Rewired. This can be used to exclude specific devices rather than entire types. The UnityInputSystemSettingsDeviceIdentifier provides device matching critera. To modify the list, replace it by setting this value with a new list. allowedJoystickInputDeviceTypes, disallowedJoystickInputDeviceTypes, and disallowedJoystickInputDevices are used to determine which devices are allowed to appear in the joysticks list.

Namespace: Rewired.Platforms.UnityInputSystem
Assembly: Rewired.UnityInputSystem (in Rewired.UnityInputSystem.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
Syntax
C#
public static IList<UnityInputSystemSettingsDeviceIdentifier> disallowedJoystickInputDevices { get; set; }

Property Value

IListUnityInputSystemSettingsDeviceIdentifier
See Also