WoW:API MouseIsOver
Jump to navigation
Jump to search
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