Contents

receivesEventsInView

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

Declaration

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.

See Also

Receiving view events