Variable: dframe-track-mouse-function

dframe-track-mouse-function is a buffer-local variable defined in dframe.el.gz.

Documentation

A function to call when the mouse is moved in the given frame.

Typically used to display info about the line under the mouse.

Source Code

;; Defined in /usr/src/emacs/lisp/dframe.el.gz
(defvar-local dframe-track-mouse-function nil
  "A function to call when the mouse is moved in the given frame.
Typically used to display info about the line under the mouse.")