Contents

shouldMonitorBackgroundEvents

A Boolean value that indicates whether the app needs to respond to controller events when it isn’t the frontmost app.

Declaration

class var shouldMonitorBackgroundEvents: Bool { get set }

Discussion

If false, and the app isn’t in the foreground, the framework doesn’t forward any input from the game controller until the app becomes the frontmost.

See Also

Inspecting a controller