Contents

GCMouseDidStopBeingCurrent

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

Declaration

static let GCMouseDidStopBeingCurrent: NSNotification.Name

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

See Also

Game Controller