UIHANDLER OnLeave

From Warcraft Wiki
Jump to navigation Jump to search

Invoked when the cursor leaves the widget's interactive area.

ScriptRegion OnLeave(self, motion)

Arguments

self
ScriptObject - Reference to the widget for which the script was run.
motion
boolean - True if the handler is being run due to actual mouse movement; false if the cursor entered the frame due to other circumstances (such as the frame being created underneath the cursor)