# pressure

> Gets the amount of pressure currently applied by a touch.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public float pressure { get; protected set; }
```

### Remarks

If the device does not report pressure, the value of this property is 1.0f.
