---
title: GCKeyboardDidConnectNotification
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gckeyboarddidconnectnotification
---

# GCKeyboardDidConnectNotification

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

## Declaration

```occ
extern NSString * const GCKeyboardDidConnectNotification;
```

## Discussion

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

## See Also

### Discovering keyboards

- [coalesced](gamecontroller/gckeyboard/coalesced.md)
- [GCKeyboardDidDisconnectNotification](gamecontroller/gckeyboarddiddisconnectnotification.md)
