---
title: touchMoved
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gccontrollertouchpad/touchmoved
---

# touchMoved

The block that the element calls when the user continues touching the touchpad, not when the user begins or ends touching the touchpad.

## Declaration

```swift
var touchMoved: GCControllerTouchpadHandler? { get set }
```

## See Also

### Getting change information

- [touchDown](gamecontroller/gccontrollertouchpad/touchdown.md)
- [touchUp](gamecontroller/gccontrollertouchpad/touchup.md)
- [GCControllerTouchpadHandler](gamecontroller/gccontrollertouchpadhandler.md)
