Searched refs:touch_extension (Results 1 – 1 of 1) sorted by relevance
34 struct qt_touch_extension *touch_extension; member256 touch->touch_extension = wl_registry_bind(data->registry, id, &qt_touch_extension_interface, 1); in Wayland_touch_create()257 qt_touch_extension_add_listener(touch->touch_extension, &touch_listener, data); in Wayland_touch_create()265 if (touch->touch_extension) { in Wayland_touch_destroy()266 qt_touch_extension_destroy(touch->touch_extension); in Wayland_touch_destroy()
Completed in 2 milliseconds