Lines Matching refs:wl_touch
89 struct wl_touch;
3943 static inline struct wl_touch *
3951 return (struct wl_touch *) id; in wl_seat_get_touch()
4716 struct wl_touch *wl_touch,
4734 struct wl_touch *wl_touch,
4748 struct wl_touch *wl_touch,
4766 struct wl_touch *wl_touch);
4778 struct wl_touch *wl_touch);
4814 struct wl_touch *wl_touch,
4849 struct wl_touch *wl_touch,
4858 wl_touch_add_listener(struct wl_touch *wl_touch, in wl_touch_add_listener() argument
4861 return wl_proxy_add_listener((struct wl_proxy *) wl_touch, in wl_touch_add_listener()
4903 wl_touch_set_user_data(struct wl_touch *wl_touch, void *user_data) in wl_touch_set_user_data() argument
4905 wl_proxy_set_user_data((struct wl_proxy *) wl_touch, user_data); in wl_touch_set_user_data()
4910 wl_touch_get_user_data(struct wl_touch *wl_touch) in wl_touch_get_user_data() argument
4912 return wl_proxy_get_user_data((struct wl_proxy *) wl_touch); in wl_touch_get_user_data()
4916 wl_touch_get_version(struct wl_touch *wl_touch) in wl_touch_get_version() argument
4918 return wl_proxy_get_version((struct wl_proxy *) wl_touch); in wl_touch_get_version()
4923 wl_touch_destroy(struct wl_touch *wl_touch) in wl_touch_destroy() argument
4925 wl_proxy_destroy((struct wl_proxy *) wl_touch); in wl_touch_destroy()
4932 wl_touch_release(struct wl_touch *wl_touch) in wl_touch_release() argument
4934 wl_proxy_marshal((struct wl_proxy *) wl_touch, in wl_touch_release()
4937 wl_proxy_destroy((struct wl_proxy *) wl_touch); in wl_touch_release()