WindowsGamepadBackendHint
Specifies the desired Windows API to be used for input.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum WindowsGamepadBackendHint
Fields
Value | Description |
|---|---|
| WindowsGamepadBackendHintDefault | Select a Windows Input API automatically based on platform support. |
| WindowsGamepadBackendHintWindowsGamingInput | Windows GameInput API. |
| WindowsGamepadBackendHintXInput | Windows XInput API. |