<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macCatalyst: -",
    "macOS: 14.4.0 -",
    "tvOS: 17.4.0 -",
    "visionOS: 1.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameController",
  "identifier" : "/documentation/GameController/GCButtonElementName-swift.struct/backLeftButton(position:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Game Controller"
    ],
    "preciseIdentifier" : "s:14GameController19GCButtonElementNameV14backLeftButton8positionACSi_tFZ"
  },
  "title" : "backLeftButton(position:)"
}
-->

# backLeftButton(position:)

Returns the name of the back left button at the specified location.

```
static func backLeftButton(position: Int) -> GCButtonElementName
```

## Parameters

`position`

The relative position of the button to the other back left button. Pass `0` for the button nearest to the natural rest position of the person’s finger. Pass `1` for an additional button that requires the person to move their fingers to press if it exists.

## Return Value

The name of the back left button.

---

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)