Page 1 of 1

Problem with Code Mouse

Posted: 14 Feb 2018, 20:02
by Frank
Hello everybody

I would like to bring together a lot of mouse clicks in the code.
I came to this working place

var myObject = new Mouse ();
myObject.move (33,1337);
myObject.click ();

how can I make it to a double-click please without first moving the mouse there.

Thanks for your help in advance

Re: Problem with Code Mouse

Posted: 15 Feb 2018, 09:13
by francois
Hello,

there may be another way to double-click
but I simply use the repetition of the statement "myObject.click ();"