Variable: mouse-wheel-inhibit-click-time

mouse-wheel-inhibit-click-time is a customizable variable defined in mwheel.el.gz.

Value

0.35

Documentation

Time in seconds to inhibit clicking on mouse wheel button after scroll.

Probably introduced at or before Emacs version 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/mwheel.el.gz
(defcustom mouse-wheel-inhibit-click-time 0.35
  "Time in seconds to inhibit clicking on mouse wheel button after scroll."
  :group 'mouse
  :type 'number)