---
title: left
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gccontrollerdirectionpad/left
---

# left

The button element that changes the negative x-axis.

## Declaration

```swift
var left: GCControllerButtonInput { get }
```

## Discussion

Discussion The value of the right and left buttons are mutually exclusive because the user can only press one of these buttons at a time. Therefore, when the left button is nonzero, the right button is 0.

## See Also

### Accessing values using directional buttons

- [right](gamecontroller/gccontrollerdirectionpad/right.md)
- [up](gamecontroller/gccontrollerdirectionpad/up.md)
- [down](gamecontroller/gccontrollerdirectionpad/down.md)
