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

# right

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

## Declaration

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

## See Also

### Directional buttons

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