GetMousePosition
From OxeyeWiki
(Difference between revisions)
(Created page with '{{DaisyMethod | daisy.getMousePosition() | This method returns the X and Y position of the mouse, relative to the top-left corner of the application's active surface. | {{NoParam...') |
|||
Line 6: | Line 6: | ||
{{NoParams}} | {{NoParams}} | ||
| | | | ||
- | Returns two values to the stack, X and Y values of the | + | Returns two values to the stack, X and Y values of the mouse. |
}} | }} | ||
=== Example === | === Example === |
Latest revision as of 14:01, 29 January 2010
daisy.getMousePosition() | ||
This method returns the X and Y position of the mouse, relative to the top-left corner of the application's active surface. | ||
Parameter | Expected Type | Description |
No parameters | ||
Returns | ||
Returns two values to the stack, X and Y values of the mouse. |
Daisymoon Video Lib |
---|
Example
local x, y = daisy.getMousePosition()