<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameController",
  "identifier" : "/documentation/GameController/GCPhysicalInputProfile/dpads",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Game Controller"
    ],
    "preciseIdentifier" : "c:objc(cs)GCPhysicalInputProfile(py)dpads"
  },
  "title" : "dpads"
}
-->

# dpads

The directional pads in the profile as key-value pairs for lookup by name.

```
var dpads: [String : GCControllerDirectionPad] { get }
```

## Discussion

Use the [`GCInputDualShockTouchpadOne`](/documentation/GameController/GCInputDualShockTouchpadOne-55wgz) name to access an element on a DualShock controller.

```swift
touchpadOne = physicalInputProfile.dpads[GCInputDualShockTouchpadOne]
```

---

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)