---
title: controllerUserInteractionEnabled
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gceventviewcontroller/controlleruserinteractionenabled
---

# controllerUserInteractionEnabled

A Boolean value that indicates whether the system delivers game controller input to profile objects or to views using the responder chain.

## Declaration

```swift
var controllerUserInteractionEnabled: Bool { get set }
```

## Discussion

Discussion If this property is false, when the view controller’s view or its subviews are the first responder, the system delivers the game controller input to the profile objects. If this property is true, the system generates input events and delivers them through the responder chain.
