MouseClick

From LoTROInterface Wiki

(Difference between revisions)
Jump to: navigation, search
(New page: {{API_Breadcrumb|API Reference > Turbine.UI.Control.'''MouseClick()'''}} __NOTOC__ Event fired when a mouse button is clicked. ==Syntax== {{API_Examp...)
m (Added the category Mouse Events)
Line 17: Line 17:
[[Category:API_Events]]
[[Category:API_Events]]
 +
[[Category:Mouse_Events]]

Revision as of 20:06, 24 September 2023


Event fired when a mouse button is clicked.

Syntax

Lua
function Control:MouseClick(sender, args);

Parameters

sender
Type: table
The event sender.


args
Type: table
The event arguments

Remarks

Personal tools