Skip to main content

MAX_SCROLL_AMOUNT

Constant MAX_SCROLL_AMOUNT 

Source
pub const MAX_SCROLL_AMOUNT: i32 = 100;
Expand description

Maximum scroll wheel ticks in a single scroll call. Clamps the model’s amount parameter so a runaway model can’t request a million ticks (would exceed ARG_MAX building xdotool argv).