Variable: hmouse-verify-release-window-flag

hmouse-verify-release-window-flag is a variable defined in hmouse-drv.el.

Value

t

Documentation

Non-nil means verify Smart Mouse Keys are released in or out of an Emacs frame.

Presently, this does nothing unless Emacs is running under the macOS window system. It queries the Mac window manager for the name of the owner of the top-most window at the point of release, if any. Otherwise, if an Emacs frame is below another application's window at the point of release, Emacs will report that the release point was in its frame.

See function hmouse-window-at-absolute-pixel-position for more details.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

(defvar hmouse-verify-release-window-flag t
  "Non-nil means verify Smart Mouse Keys are released in or out of an Emacs frame.
Presently, this does nothing unless Emacs is running under the
macOS window system.  It queries the Mac window manager for the
name of the owner of the top-most window at the point of release,
if any.  Otherwise, if an Emacs frame is below another
application's window at the point of release, Emacs will report
that the release point was in its frame.

See function `hmouse-window-at-absolute-pixel-position' for more details.")