How can I change the cursor when it's over an NSButton?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||
|
|
You should subclass NSButton first, then add the code below.
Now you can set cursor as you like.
Note: add
|
||||
|
|
Have the button add a cursor rect. |
|||||||
|
|
Find the Example source code in http://archive.bagelturf.com/files/tag-cursors.php |
|||
|
|