06-04-2017, 07:50 AM
In the following case, the left mouse button down and 'rep' stops.
what if I want to stop when the left mouse button up?
Function Function10
I tried the following but it did not work.
Function Function10
Is there any way?
what if I want to stop when the left mouse button up?
Function Function10
rep() wait 1; if RealGetKeyState(VK_LBUTTON); break
;OR
rep() wait 1; out "T" ;if RealGetKeyState(WM_LBUTTONDOWN); break
;OR
rep() wait 1; ifk((1)); break
I tried the following but it did not work.
Function Function10
Is there any way?