<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPointerLockState/sceneUserInfoKey",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIPointerLockStateSceneUserInfoKey"
  },
  "title" : "sceneUserInfoKey"
}
-->

# sceneUserInfoKey

A key that reflects the new locked state.

```
nonisolated class let sceneUserInfoKey: String
```

## Discussion

The `userInfo` dictionary of the notification contains the [`sceneUserInfoKey`](/documentation/UIKit/UIPointerLockState/sceneUserInfoKey) key, which reflects the new value of the [`isLocked`](/documentation/UIKit/UIPointerLockState/isLocked) property.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)