WoW:API MouseIsOver

Revision as of 17:44, 9 January 2005 by WoWWiki>Coder 1024
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
MouseIsOver -Documentation by coder_1024-


MouseIsOver(frame);


Determines whether or not the mouse is over the specified frame.


Arguments


(frame)
frame
the frame in question

Example


You can determine whether or not the mouse is over the minimap using the below.

if (MouseIsOver(MinimapCluster)) then
   -- do something
end

Details



Template:WoW API