mouseV | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | The mouseV property returns the vertical position of the pointer. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: integer, pointer Property: screenMouseLoc Message: mouseMove Function: mouseStack, mouseLoc, clickV, mouseH Glossary: property, return, stack window, handler, negative, parameter, mouse pointer, current stack Control Structure: function | ||||||
Description | Use the mouseV function to find out where the mouse pointer is. The returned value is the vertical distance in pixels from the top edge of the current stack to the location of the mouse pointer. (Use the defaultStack property to identify the current stack.) If the mouseV is positive, the pointer is below the top of the stack window. If the number is negative, the pointer is above the stack window. This function is equal to item 2 of the mouseLoc function.
| ||||||
Tags | ui |