OnMouseUp | |
Type | message |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax |
|
Associations | com.livecode.widget |
Summary | Sent when the user releases the mouse button. |
Example |
|
Related | Expression: TheClickButton, TheMouseLocation |
Description | The OnMouseUp message is sent when a mouse button is released. Note: A widget may receive the OnMouseUp message even if the mouse pointer isn't within the widget's bounds. |
Tags | widget |