I have a Swift project with a NSWindow with an NSVIew in the center
each has a MouseMove event connect to it
However the event SHOULD fire for which ever object the mouse is over (View or Window) but doesn’t, unless the object is CLICK on first. So for MouseDrag this is ok, since you have to click for that event anyways, but not mouseMove.