# GetSecondaryTouch(int)

> Returns object representing status of a specific touch on a secondary touchpad (Does not allocate temporary variables).

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.InputLegacyModule

```csharp
public static Touch GetSecondaryTouch(int index)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)):&#x20;

### Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [Touch](/engine/6000.5/script-reference/unityengine/touch.md) |             |
