<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSWindow/mouseLocationOutsideOfEventStream",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSWindow(py)mouseLocationOutsideOfEventStream"
  },
  "title" : "mouseLocationOutsideOfEventStream"
}
-->

# mouseLocationOutsideOfEventStream

The current location of the pointer reckoned in the window’s base coordinate system, regardless of the current event being handled or of any events pending.

```
var mouseLocationOutsideOfEventStream: NSPoint { get }
```

## Discussion

For the same information in screen coordinates, use `NSEvent`’s [`mouseLocation`](/documentation/AppKit/NSEvent/mouseLocation).

## See Also

[`currentEvent`](/documentation/AppKit/NSApplication/currentEvent)

The last event object that the app retrieved from the event queue.



---

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)