Home
last modified time | relevance | path

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

/third_party/libinput/tools/
H A Dlibinput-debug-events.c700 double dx_unaccel = libinput_event_gesture_get_dx_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.c1397 double dx_unaccel = libinput_event_pointer_get_dx_unaccelerated(p), in handle_event_motion() local
1405 w->unaccelerated.x = clip(w->unaccelerated.x + dx_unaccel, 0.0, w->width); in handle_event_motion()
1411 point.x += dx_unaccel; in handle_event_motion()

Completed in 4 milliseconds