<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameController",
  "identifier" : "/documentation/GameController/GCDevicePhysicalInputElementChange",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Game Controller"
    ],
    "preciseIdentifier" : "c:@E@GCDevicePhysicalInputElementChange"
  },
  "title" : "GCDevicePhysicalInputElementChange"
}
-->

# GCDevicePhysicalInputElementChange

Possible values that describe whether the input value of an element changes.

```
enum GCDevicePhysicalInputElementChange
```

## Topics

### States

[`GCDevicePhysicalInputElementChange.unknownChange`](/documentation/GameController/GCDevicePhysicalInputElementChange/unknownChange)

It’s unknown whether there’s a change to the input value.

[`GCDevicePhysicalInputElementChange.noChange`](/documentation/GameController/GCDevicePhysicalInputElementChange/noChange)

There’s no change to the input value.

[`GCDevicePhysicalInputElementChange.changed`](/documentation/GameController/GCDevicePhysicalInputElementChange/changed)

There’s a change to the input value.



---

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)