<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameController",
  "identifier" : "/documentation/GameController/GCDirectionPadElement",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Game Controller"
    ],
    "preciseIdentifier" : "c:objc(pl)GCDirectionPadElement"
  },
  "title" : "GCDirectionPadElement"
}
-->

# GCDirectionPadElement

The common properties of elements that represent directional pads.

```
protocol GCDirectionPadElement : GCPhysicalInputElement
```

## Topics

### Directional buttons

[`left`](/documentation/GameController/GCDirectionPadElement/left)

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

[`right`](/documentation/GameController/GCDirectionPadElement/right)

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

[`up`](/documentation/GameController/GCDirectionPadElement/up)

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

[`down`](/documentation/GameController/GCDirectionPadElement/down)

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

### Axes

[`xAxis`](/documentation/GameController/GCDirectionPadElement/xAxis)

The input object that represents the x-axis on the directional pad.

[`yAxis`](/documentation/GameController/GCDirectionPadElement/yAxis)

The input object that represents the y-axis on the directional pad.

[`xyAxes`](/documentation/GameController/GCDirectionPadElement/xyAxes)

The location of the directional pad represented as a point.

[`GCAxis2DInput`](/documentation/GameController/GCAxis2DInput)

The common properties of inputs that provide a normalized point in a two-dimensional coordinate system with a fixed origin.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)