Home
last modified time | relevance | path

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

/lvgl-latest/src/indev/
Dlv_indev_gesture.c45 static void process_touch_event(lv_indev_touch_data_t * touch, lv_indev_gesture_t * info);
230 process_touch_event(touch, r->info); 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() function