Home
last modified time | relevance | path

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

/lvgl-latest/src/indev/
Dlv_indev_gesture.h89 void lv_indev_gesture_detect_pinch(lv_indev_gesture_recognizer_t * recognizer, lv_indev_touch_data_…
Dlv_indev_gesture.c204 void lv_indev_gesture_detect_pinch(lv_indev_gesture_recognizer_t * recognizer, lv_indev_touch_data_… in lv_indev_gesture_detect_pinch() function
/lvgl-latest/docs/details/main-components/
Dindev.rst176 to recognise pinch gestures call ``lv_indev_gesture_detect_pinch``.
201 lv_indev_gesture_detect_pinch(recognizer, &touches[0],
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c2396 lv_indev_gesture_detect_pinch(recognizer, &window->body->input.touches[0], in _lv_wayland_touch_read()