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