GCStylusDidConnectNotification

Static GCStylusDidConnectNotification 

Source
pub unsafe static GCStylusDidConnectNotification: &'static NSString
Available on crate feature GCStylus only.
Expand description

A notification that posts after a stylus accessory connects to the device.

Use this constant with NSNotificationCenter to listen for stylus connection events.

Connections of stylus accessories will be reflected in the styli array of the GCStylus class when the notification posts.

The object property of the notification will contain the GCStylus that was connected.

See also Apple’s documentation