|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
Parameters
None.
Return value
| Horizontal position of the mouse, relative to the window specified by ID. |
Description
| Returns the horizontal position of the mouse, relative to the position of the window specified by ID. |
MioScript Sample Code
&x = mouse.main.x()
&y = mouse.main.y()
if(&x < 10 && &y < 10)
alert("Top Left corner")
if.end
|
|
|
|