# TouchUp

> Direct manipulation device (finger, pen) left the screen.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.IMGUIModule

```csharp
TouchUp = 31
```

### Remarks

This event gets sent when the device leaves the screen. If there was no movement, the down event will be sent right before.
