---
title: touchpads
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcphysicalinputprofile/touchpads
---

# touchpads

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

## Declaration

```swift
var touchpads: [String : GCControllerTouchpad] { get }
```

## See Also

### Accessing elements by name or key

- [elements](gamecontroller/gcphysicalinputprofile/elements.md)
- [buttons](gamecontroller/gcphysicalinputprofile/buttons.md)
- [axes](gamecontroller/gcphysicalinputprofile/axes.md)
- [dpads](gamecontroller/gcphysicalinputprofile/dpads.md)
- [subscript(_:)](gamecontroller/gcphysicalinputprofile/subscript(_:).md)
