Home
last modified time | relevance | path

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

/lvgl-latest/src/indev/
Dlv_indev_gesture.c43 static lv_indev_gesture_motion_t * get_motion(uint8_t id, lv_indev_gesture_t * info);
391 static lv_indev_gesture_motion_t * get_motion(uint8_t id, lv_indev_gesture_t * info) in get_motion() function
463 motion = get_motion(touch->id, g); in process_touch_event()
486 motion = get_motion(touch->id, g); in process_touch_event()