---
title: value
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcaxis2dinput/value
---

# value

The axis input represented as a normalized point in a two-dimensional coordinate system.

## Declaration

```swift
var value: GCPoint2 { get }
```

## Discussion

Discussion The values of the coordinates range between -1 and 1 where (0,0) is the fixed origin. Game Controller deadzones and saturates the values so there’s no value outside this range. A zero coordinate is inside the deadzone and any coordinate greater than or less than zero is outside the deadzone.

## See Also

### Getting the value

- [GCPoint2](gamecontroller/gcpoint2.md)
- [valueDidChangeHandler](gamecontroller/gcaxis2dinput/valuedidchangehandler.md)
- [lastValueTimestamp](gamecontroller/gcaxis2dinput/lastvaluetimestamp.md)
- [lastValueLatency](gamecontroller/gcaxis2dinput/lastvaluelatency.md)
