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

# buttonShare

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

```
var buttonShare: GCControllerButtonInput? { get }
```

## Discussion

The system reserves the Share button for screenshot and video recording gestures. If you want to disable these gestures in your app, set the button’s [`preferredSystemGestureState`](/documentation/GameController/GCControllerElement/preferredSystemGestureState) to [`GCControllerElement.SystemGestureState.disabled`](/documentation/GameController/GCControllerElement/SystemGestureState/disabled).

---

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)