Widget handler: OnReceiveDrag

Revision as of 23:28, 14 July 2008 by WoWWiki>Charibot (catfix, Replaced: {{widgethandler}} → {{widgethandler}}<br>)

Widget handlers < OnReceiveDrag

Description

The OnReceiveDrag handler is called when the user has dragged an icon with the pointer and dropped it on this frame.

Arguments

None.

Note

OnReceiveDrag doesn't tell you anything about what the user dropped on the frame, but you can use GetCursorInfo() to find out whether it was an item, spell, macro, or amount of money, and the specifics thereof. This works because there is still an icon on the cursor when this handler is called; the API doesn't automatically clear the cursor for you. Use ClearCursor() or the like if you want the icon to go away after the user drops it in your frame.