Diagonal resizing of the mouse pointer

I'm looking for (hidden) mouse forms that have been available since ObjC (see SO question ). Swift NSCursor doesn't offer any of these cursors for modifying standard windows ?!

For now I am just looking for the diagonal resizing the mouse shapes. If others were available it would be nice to know as well.

0


source to share


1 answer


The cursor you specified is not supported by OS X. If you want this way you will have to create an image of this yourself and use the documentation already provided to create a cursor with this the WebKit image contains images that look exactly like the cursors used by the system in the following catalog:

/System/Library/Frameworks/WebKit.framework/Versions/Current/Frameworks/WebCore.framework/Resources/



northEastSouthWestResizeCursor.png northWestSouthEastResizeCursor.png

0


source







All Articles