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

# axes

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

## Declaration

```swift
var axes: [String : GCControllerAxisInput] { get }
```

## See Also

### Accessing elements by name or key

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