Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c1513 xwl_tablet_tool->xdevice = xwl_seat->eraser; in tablet_tool_receive_type()
1517 xwl_tablet_tool->xdevice = xwl_seat->puck; in tablet_tool_receive_type()
1520 xwl_tablet_tool->xdevice = xwl_seat->stylus; in tablet_tool_receive_type()
1610 QueuePointerEvents(xwl_tablet_tool->xdevice, ButtonPress, 1, 0, &mask); in tablet_tool_down()
1620 QueuePointerEvents(xwl_tablet_tool->xdevice, ButtonRelease, 1, 0, &mask); in tablet_tool_up()
1805 QueuePointerEvents(xwl_tablet_tool->xdevice, MotionNotify, 0, in tablet_tool_frame()
1817 QueuePointerEvents(xwl_tablet_tool->xdevice, in tablet_tool_frame()
1826 QueuePointerEvents(xwl_tablet_tool->xdevice, in tablet_tool_frame()
1844 QueuePointerEvents(xwl_tablet_tool->xdevice, in tablet_tool_frame()
1846 QueuePointerEvents(xwl_tablet_tool->xdevice, in tablet_tool_frame()
[all …]
H A Dxwayland.h314 DeviceIntPtr xdevice; member
360 DeviceIntPtr xdevice; member