---
title: canWrap
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gclinearinput/canwrap
---

# canWrap

A Boolean value that indicates whether the input value wraps when it reaches the range’s minimum or maximum value.

## Declaration

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

## See Also

### Getting the characteristics

- [isAnalog](gamecontroller/gclinearinput/isanalog.md)
