set-click-delay!

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.

Implementation Notes

Module: Built-in Primitive

Defined in src/miscprocs.c at line 176 (CVS log)