views:

92

answers:

0

In my World of Warcraft addon, I want to set the cursor to a certain image. I do this using SetCursor.

Problem is, whenever the cursor exits my frame and hovers over the WorldFrame, the cursor is reset back to the normal one. I know of a certain addon that does overcome this problem, but I am not too sure how, because its source code is messy as hell. (The addon is Gryphonheart Items, in case you asked yourself.)

How do I make the cursor stay?