Contents

GCControllerUserCustomizationsDidChange

A notification that posts when the user customizes the button mappings or other settings of a controller.

Declaration

static let GCControllerUserCustomizationsDidChange: NSNotification.Name

Discussion

Use this notification to update your interface when the mappings change. The notification object is the GCController object that the user customizes.

The system posts this notification on the main actor.

See Also

Game Controller