How to implement a double click with a delay of some milliseconds?

Hi,
I want to write a simple C# script to double-click a entry in the probe scanner window. I tried the “MouseDoubleClick” method which isn’t working, as eve only recognizes a single click. Eve probably wants a slight delay between the two clicks, now my question is how can I achieve this?

In the latest version, I see code for a delay at following locations:

Therefore my suggestion to achieve the slight delay is to download and try the latest version from Releases · Arcitectus/Sanderling · GitHub

OK, I got it working. The standard delay of 140 ms is too long for eve and so it recognizes a double click as two single clicks, it works properly with a delay of 120 ms.
Thanks.

1 Like