---
title: down
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcdirectionpadelement/down
---

# down

The input object that represents the down button on the directional pad.

## Declaration

```swift
var down: any GCLinearInput & GCPressedStateInput { get }
```

## See Also

### Directional buttons

- [left](gamecontroller/gcdirectionpadelement/left.md)
- [right](gamecontroller/gcdirectionpadelement/right.md)
- [up](gamecontroller/gcdirectionpadelement/up.md)
