pub const SCROLL_THRESHOLD: i32 = 8;
Pixel distance a finger must travel before a press is reinterpreted as a scroll (Manhattan distance, |dx| + |dy|).
|dx| + |dy|