dragMove | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | card, field, button, graphic, scrollbar, player, image |
Summary | Sent when the user moves the mouse during a drag and drop. |
Introduced | 2.0 |
OS | mac, windows, linux |
Platforms | desktop, server |
Example |
|
Related | Keyword: card Glossary: drag and drop, message, mouse pointer, control Message: dragEnter |
Description | Handle the dragMove message if you want to perform some action (such as updating a status display) when the user moves the mouse while dragging, or if you want to keep continuous track of the mouse pointer's position during a drag and drop. The dragMove message is sent to the control the mouse pointer is over, or to the card if no control is under the mouse pointer. |
Tags | ui |