Type Property 型プロパティ

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.

See Also 参照

GameController