---
title: isSequential
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcswitchpositioninput/issequential
---

# isSequential

A Boolean value that indicates whether the position change is sequential.

## Declaration

```swift
var isSequential: Bool { get }
```

## Discussion

Discussion A sequential gear shift requires the user to move through the gears in sequence.

## See Also

### Getting the characteristics

- [positionRange](gamecontroller/gcswitchpositioninput/positionrange.md)
- [canWrap](gamecontroller/gcswitchpositioninput/canwrap.md)
