Lines Matching refs:wl_touch
968 touch_handle_down(void *data, struct wl_touch *wl_touch, in touch_handle_down() argument
995 touch_handle_up(void *data, struct wl_touch *wl_touch, in touch_handle_up() argument
1012 touch_handle_motion(void *data, struct wl_touch *wl_touch, in touch_handle_motion() argument
1030 touch_handle_frame(void *data, struct wl_touch *wl_touch) in touch_handle_frame() argument
1035 touch_handle_cancel(void *data, struct wl_touch *wl_touch) in touch_handle_cancel() argument
1279 xwl_seat->wl_touch = wl_seat_get_touch(xwl_seat->seat); in init_touch()
1280 wl_touch_add_listener(xwl_seat->wl_touch, in init_touch()
1294 wl_touch_release(xwl_seat->wl_touch); in release_touch()
1295 xwl_seat->wl_touch = NULL; in release_touch()
1321 if (caps & WL_SEAT_CAPABILITY_TOUCH && xwl_seat->wl_touch == NULL) { in seat_handle_capabilities()
1323 } else if (!(caps & WL_SEAT_CAPABILITY_TOUCH) && xwl_seat->wl_touch) { in seat_handle_capabilities()