mouseStack | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the name of the window the mouse pointer is over. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: name Control Structure: function Keyword: field Object: stack Glossary: property, mouse pointer, return Command: focus Function: mouseCharChunk, mouseColor, mouseV, mouseChunk, clickStack, mouseControl, mouseLine | ||||||
Description | Use the mouseStack function to determine which window the mouse is over, or, in conjunction with the mouseControl, mouseLine, or mouseChunk, to determine which field the mouse is over. If the mouse is not over any LiveCode window, the mouseStack returns empty. If the mouse is over a stack's title bar or border, the mouseStack returns empty. | ||||||
Tags | ui |