Function: hmouse-click-to-drag

hmouse-click-to-drag is an autoloaded, interactive and byte-compiled function defined in hmouse-drv.el.

Signature

(hmouse-click-to-drag)

Documentation

Mouse click on start and end windows for use with hkey-drag.

Emulate Smart Mouse Key drag from start window to end window. The drag action determines the final selected window.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
;;; ************************************************************************
;;; Hyperbole mouse click window selection functions
;;; ************************************************************************

;;;###autoload
(defun hmouse-click-to-drag ()
  "Mouse click on start and end windows for use with `hkey-drag'.
Emulate Smart Mouse Key drag from start window to end window.
The drag action determines the final selected window."
  (interactive)
  (hmouse-choose-windows #'hkey-drag))