Type Property 型プロパティ

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.

See Also 参照

GameController