how to change NSCursor and effect on my application.

Posted by iSight on Stack Overflow See other posts from Stack Overflow or by iSight
Published on 2010-03-29T05:38:01Z Indexed on 2010/03/29 5:43 UTC
Read the original article Hit count: 212

Filed under:

Hi,

I have obtained the crosshair cursor from NSCursor crosshairCursor. Then, how can i change

to it. I don't want to call enclosingScrollView to setDocumentCursor as

[[view enclosingScrollView] setDocumentCursor:crosshaircursor ];

© Stack Overflow or respective owner

Related posts about cocoa