---
title: isBoundToSystemGesture
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gccontrollerelement/isboundtosystemgesture
---

# isBoundToSystemGesture

A Boolean value that indicates whether the user binds the element to a system gesture.

## Declaration

```swift
var isBoundToSystemGesture: Bool { get }
```

## Discussion

Discussion This property is true if the user binds this element to a gesture; otherwise, it’s false.

## See Also

### Handling system gesture input

- [preferredSystemGestureState](gamecontroller/gccontrollerelement/preferredsystemgesturestate.md)
- [GCControllerElement.SystemGestureState](gamecontroller/gccontrollerelement/systemgesturestate.md)
