Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c1720 xwl_tablet_tool->wheel_clicks = clicks; in tablet_tool_wheel()
1834 while (xwl_tablet_tool->wheel_clicks) { in tablet_tool_frame()
1835 if (xwl_tablet_tool->wheel_clicks < 0) { in tablet_tool_frame()
1837 xwl_tablet_tool->wheel_clicks++; in tablet_tool_frame()
1841 xwl_tablet_tool->wheel_clicks--; in tablet_tool_frame()
H A Dxwayland.h327 int32_t wheel_clicks; member