Function: hmouse-modeline-click

hmouse-modeline-click is a byte-compiled function defined in hui-window.el.

Signature

(hmouse-modeline-click)

Documentation

Non-nil means last Smart Key use were at a single point in a modeline.

Meaning the Smart Key depress and release were at less than drag tolerance apart in a modeline.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
(defun hmouse-modeline-click ()
  "Non-nil means last Smart Key use were at a single point in a modeline.
Meaning the Smart Key depress and release were at less than drag
tolerance apart in a modeline."
  (and (not (hmouse-drag-p))
       (hmouse-modeline-depress)
       (hmouse-modeline-release)
       (not (or (hmouse-drag-horizontally) (hmouse-drag-vertically) (hmouse-drag-diagonally)))))