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

# hasRemappedElements

A Boolean value that indicates whether the user remaps elements in this profile.

## Declaration

```swift
var hasRemappedElements: Bool { get }
```

## Discussion

Discussion If true, the user remaps one or more elements; otherwise, this property is false.

## See Also

### Remapping input elements

- [mappedElementAlias(forPhysicalInputName:)](gamecontroller/gcphysicalinputprofile/mappedelementalias(forphysicalinputname:).md)
- [mappedPhysicalInputNames(forElementAlias:)](gamecontroller/gcphysicalinputprofile/mappedphysicalinputnames(forelementalias:).md)
- [GCControllerUserCustomizationsDidChange](foundation/nsnotification/name-swift.struct/gccontrollerusercustomizationsdidchange.md)
