Function: hmouse-modeline-depress
hmouse-modeline-depress is a byte-compiled function defined in
hui-window.el.
Signature
(hmouse-modeline-depress)
Documentation
Return non-nil if Action Key was depressed on a window mode line.
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-modeline-depress ()
"Return non-nil if Action Key was depressed on a window mode line.
If free variable `assist-flag' is non-nil, uses Assist Key."
(let ((args (if assist-flag
assist-key-depress-args
action-key-depress-args)))
(hmouse-modeline-event-p args)))