pub const MAX_SCROLL_AMOUNT: i32 = 100;
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).
scroll
amount
ARG_MAX