Skip to main content

SCROLL_THRESHOLD

Constant SCROLL_THRESHOLD 

Source
pub const SCROLL_THRESHOLD: i32 = 8;
Expand description

Pixel distance a finger must travel before a press is reinterpreted as a scroll (Manhattan distance, |dx| + |dy|).