12-20-2015, 10:06 AM
left button = lef
right button = rig
left button pressed = lef+
lef button released = lef-
press left button for 0.5 sec in iexplore window is
int x(100) y(100)
int w=win("" "iexplore") ;;; if omit, on screen
lef+ x y w
wait 0.5
lef-
right button = rig
left button pressed = lef+
lef button released = lef-
press left button for 0.5 sec in iexplore window is
int x(100) y(100)
int w=win("" "iexplore") ;;; if omit, on screen
lef+ x y w
wait 0.5
lef-