some basic examples
int w=win("" "Notepad")
;;;;;several options
;;;;;;;;;;;;;;;#1 will keep left button held until you manually left click mouse
lef+ 10 10 w ;;press and hold left mouse button down on notepad
;;;;or
;;;;;;;;;;;;;;;#2 will press and hold left mouse button and drag window and release
;lef+ 10 10 w ;;press and hold left mouse button down on notepad
;mou 0 0 ;; mouse to 0 0 of screen . while left click is down(lef+) moves mouse and window
;lef-;; release mouse(button up)
;;;;;or
;;;;;;;;;;;;;;;#3 allow some time in between left+(down) and left-(up)
;lef+ 10 10 w
;3;;allow time for window to be moved manually
;lef-;; release