I would like to find out which monitor the mouse is on so I can create a window on that monitor.
This is different to which is the main screen, because NSScreen.main
returns whichever screen has the active window inside of it (an easy way to tell is which monitor's menubar is opaque, the others will be dimmed slightly).
From what I can tell there's no direct way to get this?