Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Devdev.h723 double lag_x, lag_y; in evdev_hysteresis() local
755 lag_y = sqrt((margin_distance + lag_x) * in evdev_hysteresis()
759 lag_y = margin_distance; in evdev_hysteresis()
765 * touching the margin ellipse at some point: (±lag_x,±lag_y) in evdev_hysteresis()
768 result.y = (dy >= 0) ? in->y - lag_y : in->y + lag_y; in evdev_hysteresis()

Completed in 2 milliseconds