---
title: buttonOptions
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcextendedgamepad/buttonoptions
---

# buttonOptions

The controller’s secondary menu button element.

## Declaration

```swift
var buttonOptions: GCControllerButtonInput? { get }
```

## Discussion

Discussion You can use the secondary menu to configure graphics and sound, and to pause the game.

## See Also

### Getting face button inputs

- [buttonMenu](gamecontroller/gcextendedgamepad/buttonmenu.md)
- [buttonHome](gamecontroller/gcextendedgamepad/buttonhome.md)
- [buttonA](gamecontroller/gcextendedgamepad/buttona.md)
- [buttonB](gamecontroller/gcextendedgamepad/buttonb.md)
- [buttonX](gamecontroller/gcextendedgamepad/buttonx.md)
- [buttonY](gamecontroller/gcextendedgamepad/buttony.md)
