WoW:UIHANDLER OnDragStart: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(CategorySelect - Adding categories)
mNo edit summary
Line 1: Line 1:
{{widgethandler}}
== Description ==
== Description ==
Run when the mouse is dragged starting in the frame. In order for a drag action to begin, the mouse button must be pressed down within the frame and moved more than several (~10) pixels in any direction without being released.
Run when the mouse is dragged starting in the frame. In order for a drag action to begin, the mouse button must be pressed down within the frame and moved more than several (~10) pixels in any direction without being released.
[[Category:API events]]
[[Category:API events]]

Revision as of 23:39, 14 February 2015

Widget handlers < OnDragStart

Description

Run when the mouse is dragged starting in the frame. In order for a drag action to begin, the mouse button must be pressed down within the frame and moved more than several (~10) pixels in any direction without being released.