Is the resize mouse cursor used by Preview (e.g. when resizing shapes) a system cursor?
It's not available directly as a method in NSCursor
but then it doesn't look like there's a private resource for the cursor in the Preview app's bundle either..
Are there more system cursors other than the methods defined by the NSCursor
class..?
I think you are particularly interested in these class methods (Preview.app dissasembly).
According to disassembly of AppKit these are private methods of NSCursor.
You can try it in your code e.g.
There are more undocumented cursors such as
and many many more