Function: cursor-sensor--move-to-tangible
cursor-sensor--move-to-tangible is a byte-compiled function defined in
cursor-sensor.el.gz.
Signature
(cursor-sensor--move-to-tangible WINDOW)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/cursor-sensor.el.gz
(defun cursor-sensor--move-to-tangible (window)
(unless cursor-sensor-inhibit
(cursor-sensor-move-to-tangible window)))