Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-tablet.h62 struct device_coords last_smooth_point; member
Devdev-tablet.c511 delta.x = axes->point.x - tablet->last_smooth_point.x; in tablet_tool_process_delta()
512 delta.y = axes->point.y - tablet->last_smooth_point.y; in tablet_tool_process_delta()
515 if (axes->point.x != tablet->last_smooth_point.x) in tablet_tool_process_delta()
517 if (axes->point.y != tablet->last_smooth_point.y) in tablet_tool_process_delta()
520 tablet->last_smooth_point = axes->point; in tablet_tool_process_delta()