2012-12-01 124 views

回答

0

我會用keyWait這樣

LButton:: 
{ ;wait for the mouse button to be let go, set 0.2 second timeout 
    KeyWait, LButton, T0.2 
if(ErrorLevel) 
{ MsgBox holding down 
} else 
{ MsgBox clicked 
} 
return 
} 
相關問題