---
title: leftThumbstickButton
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcextendedgamepad/leftthumbstickbutton
---

# leftThumbstickButton

The button on the left thumbstick of the controller.

## Declaration

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

## Discussion

Discussion If the thumbstick has a clickable component, this is a digital button.

## See Also

### Getting thumbstick and thumbstick button inputs

- [leftThumbstick](gamecontroller/gcextendedgamepad/leftthumbstick.md)
- [rightThumbstick](gamecontroller/gcextendedgamepad/rightthumbstick.md)
- [rightThumbstickButton](gamecontroller/gcextendedgamepad/rightthumbstickbutton.md)
