mouseDownInBackdrop | |||||||
Type | message | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | card | ||||||
Summary | Sent when the user presses 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: mouseUpInBackdrop | ||||||
Description | Handle the mouseDownInBackdrop message to perform an action when the user presses the mouse button while the mouse pointer is outside any window. The mouseDownInBackdrop message is sent to the current card. If the backdrop property is set to "none", the mouseDownInBackdrop message is not sent. | ||||||
Tags | ui |