MouseEvent.Button
From Xojo Documentation
Read-Only Property (As Integer )
The mouse button that was pressed.
Constants
The class constants to use are the following:
Constant | Value |
---|---|
NoMouseButton | 0 |
LeftMouseButton | 1 |
OtherMouseButton | 3 |
RightMouseButton | 2 |