<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameController",
  "identifier" : "/documentation/GameController/GCControllerElement/SystemGestureState/enabled",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Game Controller"
    ],
    "preciseIdentifier" : "c:@E@GCSystemGestureState@GCSystemGestureStateEnabled"
  },
  "title" : "GCControllerElement.SystemGestureState.enabled"
}
-->

# GCControllerElement.SystemGestureState.enabled

A state that sends input to your app only after a gesture recognizer doesn’t identify a gesture.

```
case enabled
```

## Discussion

If you enable system gestures, the system sends the input to the gesture recognizer and only sends it to your app if it doesn’t recognize a gesture. If it does recognize a gesture, it doesn’t send any input to your app.

---

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)