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

# canWrap

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

## Declaration

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

## Discussion

Discussion This property is false for most axis inputs.

## See Also

### Getting the characteristics

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