Home
last modified time | relevance | path

Searched refs:DEGREE_60 (Results 1 – 1 of 1) sorted by relevance

/third_party/libinput/src/
Devdev-mt-touchpad-gestures.c417 const double DEGREE_60 = 1.73; in tp_gesture_apply_scroll_constraints() local
438 if (slope < DEGREE_60 && vector_length > MIN_VECTOR) { in tp_gesture_apply_scroll_constraints()
480 delta->x = (slope >= DEGREE_60) ? 0.0 : delta->x; in tp_gesture_apply_scroll_constraints()