---
title: receivesEventsInView
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gceventinteraction/receiveseventsinview
---

# receivesEventsInView

A Boolean value that determines whether events are delivered exclusively through the Game Controller framework.

## Declaration

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

## Discussion

Discussion If YES, events of the types specified by handledEventTypes are delivered both through the Game Controller framework and as UIKit event objects to your app’s views and gesture recognizers. If NO, events of the types specified by handledEventTypes are delivered exclusively through the Game Controller framework. The default value of this property is NO. This property has no effect if handledEventTypes is GCUIEventTypeNone.

## See Also

### Receiving view events

- [GameControllerEventHandlingOptions](gamecontroller/gamecontrollereventhandlingoptions.md)
