5 lines
131 B
Text
5 lines
131 B
Text
|
|
; The same function as above, but using AutoWin UserLibray
|
||
|
|
AW_MouseClick()
|
||
|
|
Delay(1000)
|
||
|
|
AW_MouseClick(#PB_MouseButton_Left, 50, 50)
|