const DRAG_SLOP: f32 = 6.0;
How far the pointer must travel while held before a click turns into a drag.