# enableIndependentInputSource

> Enables and disables the independent input source feature.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** PlayerSettings.WSA.enableIndependentInputSource is deprecated. Use PlayerSettings.WSA.inputSource.

```csharp
public static bool enableIndependentInputSource { get; set; }
```

### Remarks

Deprecated. Use PlayerSettings.WSA.inputSource. For more information, see [Microsoft's documentation](https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.swapchainpanel.createcoreindependentinputsource).
