I'm wondering if it is possible to get system wide NSEvent.cursorUpdate (or cursor events in any other form?)
NSEvent.addGlobalMonitorForEvents(matching: .cursorUpdate, handler: cursorEventReceived(_:))
That isn't working and all I documentation and examples I can find are local and involving a the apps view but my app does not have any views and still need to get them if possible.