mouseUp
Type
message
Summary
Sent when the mouse button is released after clicking the main button in split mode.
Syntax
mouseUp pButton
Description
Handle the mouseUp
message to perform an action when the user releases the
mouse button after clicking. Note this message is only sent when the mouse
button release does not cause the option menu to appear, i.e. when the button is
in split mode and the main body of the button is clicked.
Parameters
Name | Type | Description |
---|---|---|
pButton | integer | The index of the mouse button. |