Syntax
Lua |
---|
function Control:SetMouseVisible(value); |
Parameters
- value
-
Type:
boolean
True if the control should process 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.