---
title: unmapped
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gccontrollerliveinput/unmapped
---

# unmapped

The live input of a controller without any system-level remapping of the controls.

## Declaration

```swift
var unmapped: GCControllerLiveInput? { get }
```

## Discussion

Discussion Players should use the system game controller settings to remap controls. If you implement your own controller remapping feature, use this property to access the controller’s physical input without remapping applied.
