Home
last modified time | relevance | path

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

/lvgl-latest/src/indev/
Dlv_indev_gesture.h60 } lv_indev_touch_data_t; typedef
89 …v_gesture_detect_pinch(lv_indev_gesture_recognizer_t * recognizer, lv_indev_touch_data_t * touches,
Dlv_indev_gesture.c45 static void process_touch_event(lv_indev_touch_data_t * touch, lv_indev_gesture_t * info);
204 …v_gesture_detect_pinch(lv_indev_gesture_recognizer_t * recognizer, lv_indev_touch_data_t * touches, in lv_indev_gesture_detect_pinch()
207 lv_indev_touch_data_t * touch; in lv_indev_gesture_detect_pinch()
430 static void process_touch_event(lv_indev_touch_data_t * touch, lv_indev_gesture_t * info) in process_touch_event()
/lvgl-latest/docs/details/main-components/
Dindev.rst188 static lv_indev_touch_data_t touches[10];
196 lv_indev_touch_data_t * touch;
211 A touch event is represented by the ``lv_indev_touch_data_t`` structure, the fields
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c120 lv_indev_touch_data_t touches[10];
993 lv_indev_touch_data_t * touch; in touch_handle_motion()
994 lv_indev_touch_data_t * cur; in touch_handle_motion()