Home
last modified time | relevance | path

Searched refs:max_move (Results 1 - 1 of 1) sorted by relevance

/third_party/libinput/src/
H A Devdev-mt-touchpad-gestures.c875 double max_move = 4.0; /* max movement threshold in mm - ignore other touch */ in tp_gesture_detect_motion_gestures() local
914 max_move += 2.0 * (tp->gesture.finger_count - 2); in tp_gesture_detect_motion_gestures()
952 /* If one touch exceeds the max_move threshold while the other has not in tp_gesture_detect_motion_gestures()
957 if (first_mm >= max_move || second_mm >= max_move) { in tp_gesture_detect_motion_gestures()

Completed in 3 milliseconds