Home
last modified time | relevance | path

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

/lvgl-latest/src/indev/
Dlv_indev_gesture.c95 if(recognizer->info->motions[0].finger != -1) { in lv_indev_get_gesture_primary_point()
96 point->x = recognizer->info->motions[0].point.x; in lv_indev_get_gesture_primary_point()
97 point->y = recognizer->info->motions[0].point.y; in lv_indev_get_gesture_primary_point()
379 info->motions[i].finger = -1; in init_gesture_info()
396 if(info->motions[i].finger == id) { in get_motion()
397 return &info->motions[i]; in get_motion()
416 if(info->motions[i].finger == id) { in get_motion_idx()
447 motion = &g->motions[g->finger_cnt]; in process_touch_event()
472 lv_memmove(g->motions + motion_idx, in process_touch_event()
473 g->motions + motion_idx + 1, in process_touch_event()
[all …]
Dlv_indev_gesture_private.h54 lv_indev_gesture_motion_t motions[LV_GESTURE_MAX_POINTS]; member