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

# lastValueLatency

The time in seconds between the last value change and the current time.

## Declaration

```swift
var lastValueLatency: TimeInterval { get }
```

## Discussion

Discussion Use this property as a minimum latency value that may not include latency that accrues on the device or when it transmits the event.

## See Also

### Getting the value

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