---
title: reportsAbsoluteTouchSurfaceValues
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gccontrollertouchpad/reportsabsolutetouchsurfacevalues
---

# reportsAbsoluteTouchSurfaceValues

A Boolean value that determines whether the touch values are absolute or relative.

## Declaration

```swift
var reportsAbsoluteTouchSurfaceValues: Bool { get set }
```

## Discussion

Discussion If this property is true, the touch values are absolute on the surface of the touchpad. If this property is false, the touch values are relative to the first touch on a virtual directional pad. The default value for this property is true.

## See Also

### Accessing the input values

- [touchState](gamecontroller/gccontrollertouchpad/touchstate-swift.property.md)
- [GCControllerTouchpad.TouchState](gamecontroller/gccontrollertouchpad/touchstate-swift.enum.md)
