Home
last modified time | relevance | path

Searched refs:tablet_focus_window (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c1579 xwl_seat->tablet_focus_window = wl_surface_get_user_data(wl_surface); in tablet_tool_proximity_in()
1591 xwl_seat->tablet_focus_window = NULL; in tablet_tool_proximity_out()
1633 if (!xwl_seat->tablet_focus_window) in tablet_tool_motion()
1636 dx = xwl_seat->tablet_focus_window->window->drawable.x; in tablet_tool_motion()
1637 dy = xwl_seat->tablet_focus_window->window->drawable.y; in tablet_tool_motion()
1650 if (!xwl_seat->tablet_focus_window) in tablet_tool_pressure()
1670 if (!xwl_seat->tablet_focus_window) in tablet_tool_tilt()
1685 if (!xwl_seat->tablet_focus_window) in tablet_tool_rotation()
1704 if (!xwl_seat->tablet_focus_window) in tablet_tool_slider()
1717 if (!xwl_seat->tablet_focus_window) in tablet_tool_wheel()
H A Dxwayland.c659 if (xwl_seat->tablet_focus_window && xwl_seat->tablet_focus_window->window == window) in xwl_unrealize_window()
660 xwl_seat->tablet_focus_window = NULL; in xwl_unrealize_window()
H A Dxwayland.h263 struct xwl_window *tablet_focus_window; member