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.
I was hoping for something that delivers system wide cursor events
I don’t know of any way to achieve that specifically. It’s possible that this exists and I just missed the memo. If you’d like one of my colleagues to research this properly, you could open a DTS tech support incident for that but, as always with TSIs, there’s no guarantee of success.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"