Variable: x-dnd-click-count
x-dnd-click-count is a variable defined in x-dnd.el.gz.
Value
nil
Documentation
Alist of button numbers to click counters during drag-and-drop.
The cdr of each association's cdr is the timestamp of the last button press event for the given button, and the car is the number of clicks in quick succession currently received.
Source Code
;; Defined in /usr/src/emacs/lisp/x-dnd.el.gz
(defvar x-dnd-click-count nil
"Alist of button numbers to click counters during drag-and-drop.
The cdr of each association's cdr is the timestamp of the last
button press event for the given button, and the car is the
number of clicks in quick succession currently received.")