Get the maximum distance allowed between two clicks for them to count as a double click.
Many systems do not provide this value, so it may be necessary to make a guess. This is typically a small value around 5 pixels.
Maximum distance a pointer can travel before dismissing a double click.
See Implementation
Get the maximum distance allowed between two clicks for them to count as a double click.
Many systems do not provide this value, so it may be necessary to make a guess. This is typically a small value around 5 pixels.