Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Devdev-mt-touchpad.c190 const struct device_coords* prev_point; in tp_detect_wobbling() local
204 prev_point = &tp_motion_history_offset(t, 0)->point; in tp_detect_wobbling()
205 dx = prev_point->x - t->point.x; in tp_detect_wobbling()
206 dy = prev_point->y - t->point.y; in tp_detect_wobbling()

Completed in 5 milliseconds