DELTA_MIN
(abs(pos[0].x - pos[1].x) < DELTA_MIN ||
abs(pos[0].y - pos[1].y) < DELTA_MIN)) {
input_mt_assign_slots(input, slots, pos, finger_down_count, DELTA_MIN);