Type Property 型プロパティ

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.

See Also 参照

GameController