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