<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameController",
  "identifier" : "/documentation/GameController/GCAcceleration",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Game Controller"
    ],
    "preciseIdentifier" : "c:@SA@GCAcceleration"
  },
  "title" : "GCAcceleration"
}
-->

# GCAcceleration

A three-dimensional acceleration vector.

```
struct GCAcceleration
```

## Topics

### Getting Acceleration Values

[`x`](/documentation/GameController/GCAcceleration/x)

The acceleration measurement along the x-axis, in multiples of earth’s gravity.

[`y`](/documentation/GameController/GCAcceleration/y)

The acceleration measurement along the y-axis, in multiples of earth’s gravity.

[`z`](/documentation/GameController/GCAcceleration/z)

The acceleration measurement along the z-axis, in multiples of earth’s gravity.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)