Home
last modified time | relevance | path

Searched defs:wl_touch (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c968 touch_handle_down(void *data, struct wl_touch *wl_touch, in touch_handle_down()
995 touch_handle_up(void *data, struct wl_touch *wl_touch, in touch_handle_up()
1012 touch_handle_motion(void *data, struct wl_touch *wl_touch, in touch_handle_motion()
1030 touch_handle_frame(void *data, struct wl_touch *wl_touch) in touch_handle_frame()
1035 touch_handle_cancel(void *data, struct wl_touch *wl_touch) in touch_handle_cancel()
H A Dxwayland.h259 struct wl_touch *wl_touch; member