鼠标控制问题
if MouseClick ( "right" ,1,157,150 ,10000 )Then能判断吗
要是没有点击到正确位置则退出要怎么实现
点到该位置则输入相关动作
没有点到则自动退出 要怎么实现 看不懂...... BlockInput(1)
If MouseClick("right", 1, 157, 150, 0) Then
BlockInput(0)
;Msgbox(0, 0, 'ok')
Else
Exit (MsgBox(16, 0, '参数无效'))
EndIf
页:
[1]