Integer constants that identifies the button that was pressed (OnMouseDown) or released (OnMouseUp) to cause the event.
Name |
Value |
Description |
aMouseButtonLeft |
1 |
Left button is pressed. |
aMouseButtonRight |
2 |
Right button is pressed. |
aMouseButtonMiddle |
4 |
Middle button is pressed. |