Function: hmouse-goto-depress-point

hmouse-goto-depress-point is a byte-compiled function defined in hui-window.el.

Signature

(hmouse-goto-depress-point)

Documentation

Temporarily set point to where the last Smart Key was depressed.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
(defun hmouse-goto-depress-point ()
  "Temporarily set point to where the last Smart Key was depressed."
  (let ((buf (window-buffer (if assist-flag assist-key-depress-window action-key-depress-window)))
	(loc (smart-point-of-coords (if assist-flag assist-key-depress-args action-key-depress-args))))
    (hmouse-set-buffer-and-point buf loc)))