# indexTouch

> Represents a touch of the trigger or index finger.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.XR](/engine/6000.7/script-reference/unityengine/xr.md)
* **Assembly:** UnityEngine.XRModule

> **Warning:**
>
> **Deprecated.** CommonUsages.indexTouch is Oculus only, and is being moved to their package.  Please use OculusUsages.indexTouch. These will still function until removed.

```csharp
[NoAutoStaticsCleanup]
public static InputFeatureUsage<float> indexTouch
```
