actionButtonUp
Type
message
Summary
Generated when the user clicks on an action button
Syntax
on actionButtonUp <pButtonNumber>, <pActionNumber>
Description
Use the actionButtonUp message to perform any operation when the user releases the click on an action button.
Parameters
Name | Type | Description |
---|---|---|
pButtonNumber | Specifies which mouse button was pressed: One of the following items: "1" - the left button on systems with a multi-button mouse and the mouse button on Mac OS systems with a single-button mouse. "2" - the middle button on systems with a three-button mouse. "3" - the right button on systems with a multi-button mouse and Control-click on Mac OS systems with a single-button mouse. | |
pActionNumber | The number of the action button. |