Contents

GCControllerDidStopBeingCurrent

A notification that posts when a controller stops being the current controller.

Declaration

static let GCControllerDidStopBeingCurrent: NSNotification.Name

Discussion

The notification object is the GCController object that’s no longer current.

The system posts this notification on the main actor.

See Also

Game Controller