pub unsafe static GCStylusDidConnectNotification: &'static NSStringAvailable 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