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

# userAcceleration

The acceleration that the user applies to the controller.

## Declaration

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

## See Also

### Accessing Gravity and Acceleration Data

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