Name
set-click-delay! -- Set the delay used in identifying mouse clicks and drags.
Synopsis
(set-click-delay! msec)
Description
Set the delay used in identifying mouse clicks and drags.
msec is specified in milliseconds. After msec milliseconds, a mouse-down
without a mouse-up is considered a drag. Also, after msec milliseconds, a
single click is definitively identified as not a double click.