MouseHover

From LoTROInterface Wiki

Jump to: navigation, search


Event fired when the mouse is hovering over the control.

Syntax

Lua
function Control:MouseHover(sender, args);

Parameters

sender
Type: table
The event sender.


args
Type: table
The event arguments

  • args.X, args.Y: Integers. Contain the coordinates of the mouse event relative to the upper-left corner of sender.

Remarks

Personal tools