Home
last modified time | relevance | path

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

/lvgl-latest/src/indev/
Dlv_indev_gesture.h42 typedef struct lv_indev_gesture_configuration lv_indev_gesture_configuration_t; typedef
72 lv_indev_gesture_configuration_t * config;
Dlv_indev_gesture.c70 recognizer->config = lv_malloc(sizeof(lv_indev_gesture_configuration_t)); in lv_indev_set_pinch_up_threshold()
85 recognizer->config = lv_malloc(sizeof(lv_indev_gesture_configuration_t)); in lv_indev_set_pinch_down_threshold()
218 r->config = lv_malloc(sizeof(lv_indev_gesture_configuration_t)); in lv_indev_gesture_detect_pinch()
345 lv_indev_gesture_configuration_t * conf; in reset_recognizer()