0

http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSCursor_Class/Reference/Reference.html

This shows the available cursors, that are build into Cocoa, its it possible to append a custom png to the cursor using built-in methods?

1 Answer 1

4

How about -[NSCursor initWithImage:hotSpot:] followed by -[NSCursor set]?

Sign up to request clarification or add additional context in comments.

2 Comments

But don't use custom cursors unless absolutely necessary!
it would be more of a custom badge on a cursor, like a you can't drop that object here badge

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.