<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameController",
  "identifier" : "/documentation/GameController/GCEventInteraction/receivesEventsInView",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Game Controller"
    ],
    "preciseIdentifier" : "c:objc(cs)GCEventInteraction(py)receivesEventsInView"
  },
  "title" : "receivesEventsInView"
}
-->

# receivesEventsInView

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

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

## 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`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)