---
title: lastDeltaLatency
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcrelativeinput/lastdeltalatency
---

# lastDeltaLatency

The time in seconds between the current and the previous delta values.

## Declaration

```swift
var lastDeltaLatency: 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 delta value and timestamp

- [delta](gamecontroller/gcrelativeinput/delta.md)
- [deltaDidChangeHandler](gamecontroller/gcrelativeinput/deltadidchangehandler.md)
- [lastDeltaTimestamp](gamecontroller/gcrelativeinput/lastdeltatimestamp.md)
