---
title: GCControllerElement.SystemGestureState.alwaysReceive
framework: gamecontroller
role: symbol
role_heading: Case
path: gamecontroller/gccontrollerelement/systemgesturestate/alwaysreceive
---

# GCControllerElement.SystemGestureState.alwaysReceive

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

## Declaration

```swift
case alwaysReceive
```

## Discussion

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

## See Also

### States

- [GCControllerElement.SystemGestureState.enabled](gamecontroller/gccontrollerelement/systemgesturestate/enabled.md)
- [GCControllerElement.SystemGestureState.disabled](gamecontroller/gccontrollerelement/systemgesturestate/disabled.md)
