Difference between revisions of "Getmouse"
From OpenEUO
(Created page with " local x,y = getmouse() Returns the screen coordinates of the mouse cursor.") |
|||
Line 1: | Line 1: | ||
local x,y = getmouse() | local x,y = getmouse() | ||
Returns the screen coordinates of the mouse cursor. | Returns the screen coordinates of the mouse cursor. | ||
+ | |||
+ | [[Getkey]] |
Revision as of 10:07, 9 October 2010
local x,y = getmouse()
Returns the screen coordinates of the mouse cursor.