mouseDoubleUp | |||||||
Type | message | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack, card, field, button, graphic, scrollbar, player, image | ||||||
Summary | Sent when the mouse button is released at the end of a double-click. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android, web | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Property: doubleClickDelta, doubleClickInterval, properties Message: mouseDoubleDown Command: answer file, click Function: clickLoc, mouse Glossary: Browse tool, card, control, double-click, field, image, message, mouse button, mouse pointer, object, pixel, unlock Control Structure: pass | ||||||
Description | Handle the mouseDoubleUp message to perform an action when the user double-clicks. The mouseDoubleUp message is sent to the control that was double-clicked, or to the card if no control was under the mouse pointer. If a tool other than the Browse tool is being used, no mouseDoubleUp message is sent. If an unlocked field is clicked with mouse button 1 or 2, no mouseDoubleUp message is sent. The doubleClickInterval and doubleClickDelta properties determine what LiveCode accepts as a double click.
| ||||||
Tags | ui |