<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameController",
  "identifier" : "/documentation/GameController/GCXboxGamepad",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Game Controller"
    ],
    "preciseIdentifier" : "c:objc(cs)GCXboxGamepad"
  },
  "title" : "GCXboxGamepad"
}
-->

# GCXboxGamepad

A controller profile that supports the Xbox controller.

```
class GCXboxGamepad
```

## Overview

The Xbox controller profile is similar to an extended game pad ([`GCExtendedGamepad`](/documentation/GameController/GCExtendedGamepad)), but has four paddle button elements.

![An illustration of an Xbox controller with callouts for the four paddle buttons.](images/com.apple.gamecontroller/media-3830808@2x.png)

## Topics

### Getting button inputs

[`paddleButton1`](/documentation/GameController/GCXboxGamepad/paddleButton1)

The controller’s paddle 1 button element, which has a P1 label on the back of the controller.

[`paddleButton2`](/documentation/GameController/GCXboxGamepad/paddleButton2)

The paddle 2 button element, which has a P2 label on the back of the controller.

[`paddleButton3`](/documentation/GameController/GCXboxGamepad/paddleButton3)

The paddle 3 button element, which has a P3 label on the back of the controller.

[`paddleButton4`](/documentation/GameController/GCXboxGamepad/paddleButton4)

The paddle 4 button element, which has a P4 label on the back of the controller.

[`buttonShare`](/documentation/GameController/GCXboxGamepad/buttonShare)

The share button on an Xbox Series X|S controller or later.

### Accessing elements by name

[Xbox controller input names](/documentation/GameController/xbox-controller-input-names)

Constants for names of Xbox elements.



---

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)