home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / shareware / autoit-v3-setup.exe / Examples / Helpfile / MouseClickDrag.au3 < prev    next >
Encoding:
Text File  |  2006-06-17  |  88 b   |  5 lines

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