Mercurial > emacs
changeset 38603:13029a808e20
(Repeat Events): Add description of double-click-fuzz.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 30 Jul 2001 14:04:16 +0000 |
parents | 8c9cec90d787 |
children | 8e851bd84f35 |
files | lispref/commands.texi |
diffstat | 1 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/commands.texi Mon Jul 30 13:58:38 2001 +0000 +++ b/lispref/commands.texi Mon Jul 30 14:04:16 2001 +0000 @@ -1292,9 +1292,16 @@ (not a repeat event), the value is 1. @end defun -@defvar double-click-time +@defvar double-click-fuzz To generate repeat events, successive mouse button presses must be at -the same screen position, and the number of milliseconds between +approximately the same screen position. The value of +@code{double-click-fuzz} specifies the maximum number of pixels the +mouse may be moved between two successive clicks to make a +double-click. +@end defvar + +@defvar double-click-time +To generate repeat events, the number of milliseconds between successive button presses must be less than the value of @code{double-click-time}. Setting @code{double-click-time} to @code{nil} disables multi-click detection entirely. Setting it to