File: hui-window.el.html
Must be loaded AFTER hmouse-alist has been defined in "hui-mouse.el".
Handles drags in same window or across windows and modeline presses.
The Action and Assist Key specifics per context are summarized in
"man/hkey-help.txt".
Defined variables (19)
action-key-minibuffer-function | Function run by the Action Key after a click in an inactive minibuffer. |
action-key-modeline-function | Function to call when Action Mouse Key is clicked in the center of a modeline. |
action-key-modeline-left-edge-function | Function run on an Action Mouse Key click at a modeline left edge. |
action-key-modeline-right-edge-function | Function run on an Action Mouse Key click at a modeline right edge. |
assist-key-minibuffer-function | Function run by the Assist Key after a click in an inactive minibuffer. |
assist-key-modeline-function | Function to call when Assist Mouse Key is clicked in the center of a modeline. |
assist-key-modeline-left-edge-function | Function run on an Assist Mouse Key click at a modeline left edge. |
assist-key-modeline-right-edge-function | Function run on an Assist Mouse Key click at a modeline right edge. |
hmouse-dired-display-here-mode | Non-nil if Hmouse-Dired-Display-Here mode is enabled. |
hmouse-dired-display-here-mode-hook | Hook run after entering or leaving ‘hmouse-dired-display-here-mode’. |
hmouse-drag-item-mode-forms | List of (major-mode lisp-form) lists. |
hmouse-edge-sensitivity | Number of chars from window edges in which a click is considered at an edge. |
hmouse-pulse-flag | Non-nil means pulse visually if supported. |
hmouse-pulse-iterations | Number of iterations in an hmouse-pulse operation when ‘pulse-flag’ is active. |
hmouse-side-sensitivity | Characters from window side within which a click is considered on the side. |
hmouse-x-diagonal-sensitivity | Number of characters between mouse depress/release to register a diagonal drag. |
hmouse-x-drag-sensitivity | Number of characters between mouse depress/release for a horizontal drag. |
hmouse-y-diagonal-sensitivity | Number of lines between mouse depress/release to register a diagonal drag. |
hmouse-y-drag-sensitivity | Number of lines between mouse depress/release to register a vertical drag. |