How to set the cursor in kEventControlSetCursor?
Posted
by fret
on Stack Overflow
See other posts from Stack Overflow
or by fret
Published on 2010-03-26T11:32:46Z
Indexed on
2010/03/26
12:53 UTC
Read the original article
Hit count: 450
I want to be able to change the appearance of the mouse cursor as it moves over various hot spots in my view's and it seems to me that I should be doing that in the kEventControlSetCursor handler (which I can get). The function "SetCursor" is deprecated, which leads to the question, what do I call to actually change the cursor?
And is there some standard list of cursors I can use? Things like horizontal and vertical arrows? I beam?
© Stack Overflow or respective owner