Skip to main content

Module auto_pan

Module auto_pan 

Source
Expand description

Renderer-neutral auto-pan helpers.

Adapters own frame scheduling and raw pointer capture. The runtime owns deterministic screen-space edge-proximity math and feeds the existing viewport pan path.

Structs§

AutoPanOutcome
Store-applied auto-pan result.
AutoPanPlan
Deterministic auto-pan frame produced from edge proximity.
AutoPanRequest
One frame of auto-pan intent in logical screen coordinates.
SelectionAutoPanRequest
One selection-drag auto-pan frame in logical screen coordinates.

Enums§

AutoPanActivation
Auto-pan policy gate for a workflow.

Functions§

compute_auto_pan
Computes one auto-pan frame without mutating store state.
compute_selection_auto_pan
Computes one selection-drag auto-pan frame without mutating store state.