Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

WindowsGamepadBackendHintDefaultSelect a Windows Input API automatically based on platform support.
WindowsGamepadBackendHintWindowsGamingInputWindows GameInput API.
WindowsGamepadBackendHintXInputWindows XInput API.