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

# acceleration

The total acceleration of the controller that includes gravity and the acceleration the user applies to the controller.

## Declaration

```swift
var acceleration: GCAcceleration { get }
```

## See Also

### Accessing Gravity and Acceleration Data

- [gravity](gamecontroller/gcmotion/gravity.md)
- [userAcceleration](gamecontroller/gcmotion/useracceleration.md)
- [GCAcceleration](gamecontroller/gcacceleration.md)
