---
title: touchUp
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gccontrollertouchpad/touchup
---

# touchUp

The block that the element calls when the user finishes touching the touchpad.

## Declaration

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

## Discussion

Discussion The element invokes this handler when the user removes their fingers from the touchpad.

## See Also

### Getting change information

- [touchDown](gamecontroller/gccontrollertouchpad/touchdown.md)
- [touchMoved](gamecontroller/gccontrollertouchpad/touchmoved.md)
- [GCControllerTouchpadHandler](gamecontroller/gccontrollertouchpadhandler.md)
