Function: hmouse-mod-last-char

hmouse-mod-last-char is a byte-compiled function defined in hmouse-mod.el.

Signature

(hmouse-mod-last-char)

Documentation

When last command was a character return the event.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-mod.el
(defun hmouse-mod-last-char ()
  "When last command was a character return the event."
(when (characterp last-command-event)
    last-command-event))