The IsLeftButton function tests if the left button is down.
Syntax
Integer Mouse.IsLeftButton()
Parameters
The IsLeftButton function has no parameters.
Return value
The IsLeftButton function returns true if the button is down, otherwise false.
Example
if myMouse.IsLeftButton()
end
end