Home
last modified time | relevance | path

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

/third_party/libinput/tools/
Dlibinput-debug-events.c692 double dx_unaccel = libinput_event_gesture_get_dx_unaccelerated(t); in print_gesture_event_with_coords() local
699 dx, dy, dx_unaccel, dy_unaccel); in print_gesture_event_with_coords()
Dlibinput-debug-gui.c1391 double dx_unaccel = libinput_event_pointer_get_dx_unaccelerated(p), in handle_event_motion() local
1399 w->unaccelerated.x = clip(w->unaccelerated.x + dx_unaccel, 0.0, w->width); in handle_event_motion()
1405 point.x += dx_unaccel; in handle_event_motion()