mouse class : XButton1 getter
Description
Gets a value that indicates whether the side button of the mouse is pressed.
Syntax
mouseInstance.XButton1
Arguments
None.
Return value
| Class | Description | 
| bool | Value that indicates whether the side button of the mouse is pressed. | 
Sample code
| 1: | mouse m = new mouse();  | 
| 2: | bool pressed = m.XButton1;  | 
Notes
If the XButton1 button has pressed, return value is true.
If the XButton1 button has not pressed, return value is false.
			

