Is there a non-deprecated replacement for NSCursor.currentSystemCursor?
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?
NSApplicationPresentationDisableHideApplication is not disabling the “Hide” option from the dock menu
I am trying to use the following code to disable the Hide option for my application :
Can I position a NSWindow in a specific Space
How can I position a NSWindow
in the correct Space?