Contents

GCKeyboardDidConnect

A notification that posts after a keyboard connects to the device.

Declaration

static let GCKeyboardDidConnect: NSNotification.Name

Discussion

The notification object is a GCKeyboard object that represents the keyboard. If the user connects multiple keyboards, the framework posts this notification only after the first keyboard connects to the device.

The system posts this notification on the main actor.

See Also

Game Controller