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

# GCControllerElement.SystemGestureState.disabled

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

## Declaration

```swift
case disabled
```

## Discussion

Discussion This state gives your app full control of the input for this element.

## See Also

### States

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