PreferenceIO.doubleClickInterval

Get the double click interval from the system

This interval defines the maximum amount of time that can pass between two clicks for a double click event to trigger, or, between each individual click in a triple click sequence. Detecting double clicks has to be implemented at node level, and double clicks do not normally have a corresponding input action.

If caching is necessary, it has to be done at I/O level. This way, the I/O system may support reloading preferences at runtime.

interface PreferenceIO
const nothrow
Duration
doubleClickInterval
()

Return Value

Type: Duration

The double click interval.

Meta