Type Property 型プロパティ

GCMouseDidBecomeCurrent

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

Declaration 宣言

static let GCMouseDidBecomeCurrent: NSNotification.Name

Discussion 議論

The notification object is a GCMouse object that represents the current mouse. For example, set the mouse input change handlers when you receive this notification.

See Also 参照

GameController