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