IsMouseVisible

From LoTROInterface Wiki

Jump to: navigation, search


Gets a flag indicating if the mouse will see this control.

Syntax

Lua
function Control:IsMouseVisible();

Returns

Type: boolean
True if the control processing mouse messages.

Remarks

Gets a flag indicating if the mouse is visible to the control. If the mouse is not visible then controls underneath will handle mouse messages.

Personal tools