# TouchMove

> Direct manipulation device (finger, pen) moved on the screen (drag).

## Definition

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

```csharp
TouchMove = 32
```

### Remarks

This event gets sent when the device moves. For the first move event, a down event might be sent right before.
