Hi there i'm trying to get a simple example of...
if mouse click is longer than 200ms, then do this xxx
So far this is what i have, but when 1 is pressed is basically does an extra click.
so i'm thinking is..
if its only a mouse click ignore Send("1")
and if mouse is held >=200ms then Send("1")
i'm not looking for hand outs, just an example of something similar will be fine. so far i'm unsure exactly what function is needed, and have been unable to find something similar in help/google.
thanx in advance
if mouse click is longer than 200ms, then do this xxx
So far this is what i have, but when 1 is pressed is basically does an extra click.
so i'm thinking is..
if its only a mouse click ignore Send("1")
and if mouse is held >=200ms then Send("1")
i'm not looking for hand outs, just an example of something similar will be fine. so far i'm unsure exactly what function is needed, and have been unable to find something similar in help/google.
thanx in advance
[ autoit ]