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+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public static IList<UnityInputSystemSettingsDeviceIdentifier> disallowedJoystickInputDevices { get; set; }

Property Value

IListUnityInputSystemSettingsDeviceIdentifier
See Also