---
title: GCMouseDidDisconnectNotification
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gcmousediddisconnectnotification
---

# GCMouseDidDisconnectNotification

A notification that posts after a mouse disconnects from the device.

## Declaration

```occ
extern NSString * const GCMouseDidDisconnectNotification;
```

## Discussion

Discussion The notification object is a GCMouse object that represents the mouse. The system posts this notification on the main thread.

## See Also

### Discovering mouse devices

- [mice()](gamecontroller/gcmouse/mice().md)
- [GCMouseDidConnectNotification](gamecontroller/gcmousedidconnectnotification.md)
