how to change NSCursor and effect on my application.
- by iSight
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 ];