DVUI

MouseType

Set by backend through Window.addEventMouseWheel. Usually a best-effort guess from scroll deltas (smooth trackpad-style vs discrete wheel ticks). See dvui.mouseType.

Fields

#
unknown:unknown
unknown
mouse:mouse

Classic mouse wheel-style quantization (within the accuracy of OS-reported deltas).

trackpad:trackpad

Smooth scrolling (trackpad-like) per the heuristic shared with the web backend.