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

# GCControllerElement.SystemGestureState.alwaysReceive

A state that sends input to your app and a gesture recognizer simultaneously.

```
case alwaysReceive
```

## Discussion

This state removes any delay in your app receiving the input but may trigger a simultaneous system gesture and in-app action.

---

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)