---
title: sequentialInput
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcgearshifterelement/sequentialinput
---

# sequentialInput

The input object for a sequential gear shift.

## Declaration

```swift
var sequentialInput: (any GCRelativeInput)? { get }
```

## Discussion

Discussion If this property is nil, this gear shift isn’t a sequential gear shift. A sequential gear shift requires the user to move through the gears in sequence.

## See Also

### Accessing input values

- [patternInput](gamecontroller/gcgearshifterelement/patterninput.md)
