Module event

Source
Expand description

Process window events.

Structsยง

AccumulatedScroll
The amount of scroll accumulated from the pointer events.
ActionContext
Event
Alacritty events.
EventProxy
InlineSearchState
Vi inline search state.
Mouse
State of the mouse.
Processor
The event processor.
SearchState
Regex search state.
TouchZoom
Touch zooming state.

Enumsยง

ClickState
EventType
Alacritty events.
TouchPurpose
Identified purpose of the touch input.

Constantsยง

MAX_SEARCH_HISTORY_SIZE ๐Ÿ”’
Maximum number of search terms stored in the history.
MAX_SEARCH_WHILE_TYPING ๐Ÿ”’
Maximum number of lines for the blocking search while still typing the search regex.
TOUCH_ZOOM_FACTOR ๐Ÿ”’
Touch zoom speed.
TYPING_SEARCH_DELAY
Duration after the last user input until an unlimited search is performed.