Function: hmouse-drag-same-window
hmouse-drag-same-window is a byte-compiled function defined in
hui-window.el.
Signature
(hmouse-drag-same-window)
Documentation
Return non-nil if last Action Key use was a drag in the same window.
If free variable assist-flag is non-nil, uses Assist Key.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
(defun hmouse-drag-same-window ()
"Return non-nil if last Action Key use was a drag in the same window.
If free variable `assist-flag' is non-nil, uses Assist Key."
(or (hmouse-drag-horizontally) (hmouse-drag-vertically) (hmouse-drag-diagonally)))