Searched refs:lv_indev_touch (Results 1 – 1 of 1) sorted by relevance
202 lv_indev_t * lv_indev_touch; member2639 window->lv_indev_touch = lv_indev_create(); in lv_wayland_window_create()2640 lv_indev_set_type(window->lv_indev_touch, LV_INDEV_TYPE_POINTER); in lv_wayland_window_create()2641 lv_indev_set_read_cb(window->lv_indev_touch, _lv_wayland_touch_read); in lv_wayland_window_create()2642 lv_indev_set_display(window->lv_indev_touch, window->lv_disp); in lv_wayland_window_create()2644 if(!window->lv_indev_touch) { in lv_wayland_window_create()2850 return window->lv_indev_touch; in lv_wayland_get_touchscreen()