Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Devdev-mt-touchpad-gestures.c418 const double DEGREE_30 = 0.57; in tp_gesture_apply_scroll_constraints() local
427 if (slope >= DEGREE_30 && vector_length > MIN_VECTOR) { in tp_gesture_apply_scroll_constraints()
481 delta->y = (slope < DEGREE_30) ? 0.0 : delta->y; in tp_gesture_apply_scroll_constraints()

Completed in 3 milliseconds