Home
last modified time | relevance | path

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

/third_party/libinput/tools/
H A Dlibinput-debug-events.c701 double dy_unaccel = libinput_event_gesture_get_dy_unaccelerated(t); in print_gesture_event_with_coords() local
707 dx, dy, dx_unaccel, dy_unaccel); in print_gesture_event_with_coords()
H A Dlibinput-debug-gui.c1398 dy_unaccel = libinput_event_pointer_get_dy_unaccelerated(p); in handle_event_motion() local
1406 w->unaccelerated.y = clip(w->unaccelerated.y + dy_unaccel, 0.0, w->height); in handle_event_motion()
1412 point.y += dy_unaccel; in handle_event_motion()

Completed in 5 milliseconds