---
title: rightThumbstick
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcextendedgamepad/rightthumbstick
---

# rightThumbstick

The controller’s right thumbstick element.

## Declaration

```swift
var rightThumbstick: GCControllerDirectionPad { get }
```

## Discussion

Discussion The thumbsticks in the extended gamepad profile are analog buttons.

## See Also

### Getting thumbstick and thumbstick button inputs

- [leftThumbstick](gamecontroller/gcextendedgamepad/leftthumbstick.md)
- [leftThumbstickButton](gamecontroller/gcextendedgamepad/leftthumbstickbutton.md)
- [rightThumbstickButton](gamecontroller/gcextendedgamepad/rightthumbstickbutton.md)
