---
title: GCMouseDidStopBeingCurrentNotification
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gcmousedidstopbeingcurrentnotification
---

# GCMouseDidStopBeingCurrentNotification

A notification that posts when a mouse stops being the most recent mouse that the user connects.

## Declaration

```occ
extern NSString * const GCMouseDidStopBeingCurrentNotification;
```

## Discussion

Discussion The notification object is a GCMouse object that represents the previous current mouse. For example, if you set any of the mouse input change handlers, unset them when you receive this notification. The system posts this notification on the main thread.

## See Also

### Handling multiple mouse devices

- [current](gamecontroller/gcmouse/current.md)
- [GCMouseDidBecomeCurrentNotification](gamecontroller/gcmousedidbecomecurrentnotification.md)
