Widget handler: OnReceiveDrag

From AddOn Studio
Revision as of 17:21, 2 February 2007 by WoWWiki>Gemminie (Created entry)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.