Difference between revisions of "Getmouse"
From OpenEUO
					
										
					
					 (Created page with " local x,y = getmouse() Returns the screen coordinates of the mouse cursor.")  | 
				|||
| (2 intermediate revisions by the same user not shown) | |||
| 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]]  | ||
| + | |||
| + | [[UO.Click]]  | ||
| + | |||
| + | [[UO.CursorX]]  | ||
| + | |||
| + | [[UO.CursorY]]  | ||
Latest revision as of 12:27, 9 October 2010
local x,y = getmouse()
Returns the screen coordinates of the mouse cursor.