Contents

GCKeyboardDidDisconnect

A notification that posts after a single keyboard, or the last of multiple keyboards, disconnects from the device.

Declaration

static let GCKeyboardDidDisconnect: NSNotification.Name

Discussion

The notification object is a GCKeyboard object that represents one or more keyboards. If the user connects multiple keyboards, the framework posts this notification only after the last keyboard disconnects from the device.

The system posts this notification on the main actor.

See Also

Game Controller