home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / vyzkuste / triky / triky.exe / autoit-v3-setup.exe / Examples / MouseClickDrag.au3 < prev    next >
Text File  |  2004-09-22  |  88b  |  5 lines

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