Mouse Functions
isLeftClick​
Syntax
isLeftClick()
Returns
- a boolean if left mouse button has been clicked.
isRightClick​
Syntax
isRightClick()
Returns
- a boolean if right mouse button has been clicked.
isLeftClickHeld​
Syntax
isLeftClickHeld()
Returns
- a boolean if left mouse button is being held.
isRightClickHeld​
Syntax
isRightClickHeld()
Returns
- a boolean if right mouse button is being held.
MouseMove​
Syntax
MouseMove({x,y})
Parameters
<table>
table with two values, x & y.
Mouse1Click​
Syntax
Mouse1Click()
Mouse2Click​
Syntax
Mouse2Click()