GCMouseDidStopBeingCurrentNotification
A notification that posts when a mouse stops being the most recent mouse that the user connects.
Declaration
extern NSString * const GCMouseDidStopBeingCurrentNotification;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.