Reputation: 2206
I'm writing a macOS application that needs to get an image of the current system cursor. I can use NSCursor.currentSystemCursor
but it's marked as deprecated starting with macOS 15. Is there a supported replacement?
Upvotes: 0
Views: 37