---
title: hasAttitudeAndRotationRate
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcmotion/hasattitudeandrotationrate
---

# hasAttitudeAndRotationRate

A Boolean value that indicates whether the controller provides attitude and rotation data.

## Declaration

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

## Discussion

Discussion true if the controller provides attitude and rotation rate data; otherwise, false.

## See Also

### Related Documentation

- [attitude](gamecontroller/gcmotion/attitude.md)
- [rotationRate](gamecontroller/gcmotion/rotationrate.md)

### Verifying Capabilities

- [hasAttitude](gamecontroller/gcmotion/hasattitude.md)
- [hasRotationRate](gamecontroller/gcmotion/hasrotationrate.md)
- [hasGravityAndUserAcceleration](gamecontroller/gcmotion/hasgravityanduseracceleration.md)
