Bool Button(int button)
Returns TRUE if the identified mouse button is changing state. Valid values of button are 1, 2 or 3 for left, middle and right buttons respectively.
Not all mice have middle buttons so a portable application should avoid this one.