lv_indev_t element rename

This commit is contained in:
Gabor Kiss-Vamosi
2017-11-22 10:34:30 +01:00
parent bd60d7cd3b
commit 7de9b97c6c
2 changed files with 11 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ typedef struct _lv_indev_state_t {
point_t act_point;
point_t last_point;
point_t vect;
point_t vect_sum;
point_t drag_sum; /*Count the dragged pixels to check LV_INDEV_DRAG_LIMIT*/
struct _lv_obj_t * act_obj;
struct _lv_obj_t * last_obj;