Variable: action-key-depress-position

action-key-depress-position is a variable defined in hmouse-drv.el.

Value

nil

Documentation

The last mouse screen position at which the Action Key was depressed or nil.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
;; These store mouse positions when a Smart Mouse key is pressed.
(defvar action-key-depress-position nil
  "The last mouse screen position at which the Action Key was depressed or nil.")