# secondary2DAxisClick

> Represents the secondary 2D axis being clicked or otherwise depressed.

## Definition

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

```csharp
public static InputFeatureUsage<bool> secondary2DAxisClick
```

### Remarks

The secondary 2D axis is the [Vector2](/engine/6000.6/script-reference/unityengine/vector2.md) input feature tagged with [CommonUsages.secondary2DAxis](/engine/6000.6/script-reference/unityengine/xr/commonusages/secondary2daxis.md). A click means that the user presses the joystick or touchpad inward, toward the body of the controller. Moving the joystick or touchpad to one side changes the value of [CommonUsages.secondary2DAxis](/engine/6000.6/script-reference/unityengine/xr/commonusages/secondary2daxis.md), but doesn't set this feature to true.
