mouseUpInBackdrop | |||||||
Type | message | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | card | ||||||
Summary | Sent when the user releases the mouse button, while the mouse pointer is in the backdrop. | ||||||
Introduced | 1.1 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Property: backdrop Glossary: property, mouse button, mouse pointer, message, current card Message: mouseUp, mouseDownInBackdrop | ||||||
Description | Handle the mouseUpInBackdrop message to perform an action when the user releases the mouse button after clicking in the backdrop. The mouseUpInBackdrop message is sent to the current card. If the backdrop property is set to "none", the mouseUpInBackdrop message is not sent. | ||||||
Tags | ui |