---
title: GCKeyboardDidDisconnectNotification
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gckeyboarddiddisconnectnotification
---

# GCKeyboardDidDisconnectNotification

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

## Declaration

```occ
extern NSString * const GCKeyboardDidDisconnectNotification;
```

## Discussion

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 thread.

## See Also

### Discovering keyboards

- [coalesced](gamecontroller/gckeyboard/coalesced.md)
- [GCKeyboardDidConnectNotification](gamecontroller/gckeyboarddidconnectnotification.md)
