# touchesEnabled

> Disables Apple TV Remote touch propagation to Unity Input.touches API.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.tvOS](/engine/6000.7/script-reference/unityengine/tvos.md)
* **Assembly:** UnityEngine.CoreModule

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

### Remarks

Useful for third-party frameworks, which ignore `Touch.type == Indirect`. The default setting is true.
