Page 1 of 1

[AddOn] SetCursor("cursor")

PostPosted: Fri Jul 29, 2016 6:09 pm
by rdrmdr
I want to change the cursor hover a certain frame to the windows's default arrow.
I have searched a lot and all I could found was SetCursor("cursor") and people saying that Blizzard made it impossible for later patchs, but that shouldn't be a problem since I want it for Vanilla.

What I need is a piece of code that works that probably looks something like this:
Code: Select all
Frame:SetScript("OnEnter",function(self,button)
SetCursor("Interface\\AddOns\\AddOnName\\Cursor.blp")
end)

Resuming, make the cursor change to Image while in the frame named "Frame" (for example).