Click or drag to resize

ReInputConfigHelperwindowsUWPSupportHIDDevices Property

Toggles support for HID devices in Windows UWP. This includes older gamepads, gamepads made for Android, flight controllers, racing wheels, etc. In order to use this feature, you must add support for HID gamepads and joysticks to the app manifest file. Please see the Special Platform Support -> Windows 10 Universal documentation for details. Rewired will be completely reset if this value is changed.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool windowsUWPSupportHIDDevices { get; set; }

Property Value

Type: Boolean
See Also