Language Reference Guide : 4. System Classes : InputEvent Class : MouseButton Attribute
 
Share this page                  
MouseButton Attribute
Data Type: integer
4GL Access: RW
The MouseButton attribute identifies the mouse button whose action triggered this event.
Valid MouseButton values are any combination of the following, or zero if no button is pressed:
MK_LBUTTONDOWN
MK_MBUTTONDOWN
MK_RBUTTONDOWN
For more information about system constants for these values, see MouseButton Settings.