Arcitectus/Sanderling

MouseDoubleClick method not working, as the delay is too long

testeaxeax opened this issue · 1 comments

The delay between two mouse clicks is too long for a double click to be detected as one, instead it gets detected as two single clicks.
The constant defining the delay:

public const int MouseEventTimeDistanceMilliDefault = 140;

I found out that a delay of 120 ms is enough for a double click to work.

Viir commented

Thank you for sharing this and the PR.