Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


enableIndependentInputSource

Enables and disables the independent input source feature.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Deprecated. PlayerSettings.WSA.enableIndependentInputSource is deprecated. Use PlayerSettings.WSA.inputSource.
public static bool enableIndependentInputSource { get; set; }

Remarks

Deprecated. Use PlayerSettings.WSA.inputSource. For more information, see Microsoft's documentation.