Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandtouch.c34 struct qt_touch_extension *touch_extension; member
256 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