GCStylusDidDisconnectNotification

Static GCStylusDidDisconnectNotification 

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

A notification that posts after a stylus accessory disconnects from the device.

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

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

See also Apple’s documentation