Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c128 struct wl_touch * wl_touch; member
883 static void touch_handle_down(void * data, struct wl_touch * wl_touch, in touch_handle_down() argument
893 LV_UNUSED(wl_touch); in touch_handle_down()
934 static void touch_handle_up(void * data, struct wl_touch * wl_touch, in touch_handle_up() argument
943 LV_UNUSED(wl_touch); in touch_handle_up()
989 static void touch_handle_motion(void * data, struct wl_touch * wl_touch, in touch_handle_motion() argument
999 LV_UNUSED(wl_touch); in touch_handle_motion()
1033 static void touch_handle_frame(void * data, struct wl_touch * wl_touch) in touch_handle_frame() argument
1035 LV_UNUSED(wl_touch); in touch_handle_frame()
1040 static void touch_handle_cancel(void * data, struct wl_touch * wl_touch) in touch_handle_cancel() argument
[all …]