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 since macOS 10.6. Is there a supported replacement?
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 since macOS 10.6. Is there a supported replacement?