home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 January / PCWELT_1_2006.ISO / pcwsoft / autoit-v3-setup.exe / Examples / MouseClickDrag.au3 < prev    next >
Encoding:
Text File  |  2004-09-22  |  88 b   |  5 lines

  1. ; Left click drag from 0,200 to 600, 700
  2. MouseClickDrag("left", 0, 200, 600, 700)
  3.  
  4.  
  5.