PreferenceIO.maximumDoubleClickDistance

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.

interface PreferenceIO
const nothrow
float
maximumDoubleClickDistance
()

Return Value

Type: float

Maximum distance a pointer can travel before dismissing a double click.

Meta