---
title: "backLeftButton(position:)"
framework: gamecontroller
role: symbol
role_heading: Type Method
path: "gamecontroller/gcbuttonelementname-swift.struct/backleftbutton(position:)"
---

# backLeftButton(position:)

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

## Declaration

```swift
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

Return Value The name of the back left button.

## See Also

### Getting extended gamepad back button names

- [backRightButton(position:)](gamecontroller/gcbuttonelementname-swift.struct/backrightbutton(position:).md)
