Enum XInputController.DeviceFlags
Controller flags in Flags
field of XINPUT_CAPABILITIES
.
Namespace: UnityEngine.InputSystem.XInput
Syntax
[Flags]
public enum DeviceFlags
Remarks
See MSDN.
Fields
Name | Description | Value |
---|---|---|
ForceFeedbackSupported | 1 | |
Wireless | 2 | |
VoiceSupported | 4 | |
PluginModulesSupported | 8 | |
NoNavigation | 16 |