---
title: isAnalog
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcaxis2dinput/isanalog
---

# isAnalog

A Boolean value that indicates whether the input provides analog values.

## Declaration

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

## Discussion

Discussion This property is true for most axis inputs.

## See Also

### Getting the characteristics

- [canWrap](gamecontroller/gcaxis2dinput/canwrap.md)
