UIPointerLockStateDidChangeNotification

Static UIPointerLockStateDidChangeNotification 

Source
pub unsafe static UIPointerLockStateDidChangeNotification: &'static NSNotificationName
Available on crate feature UIPointerLockState only.
Expand description

A notification that is posted when UIPointerLockState.locked changes values for a scene. It contains the related UIScene in the user info dictionary of the notification.

See also Apple’s documentation