Searched refs:pressed_point_id (Results 1 – 2 of 2) sorted by relevance
62 int32_t pressed_point_id; member
591 return chart->pressed_point_id; in lv_chart_get_pressed_point()638 chart->pressed_point_id = LV_CHART_POINT_NONE; in lv_chart_constructor()696 if(id != (uint32_t)chart->pressed_point_id) { in lv_chart_event()698 invalidate_point(obj, chart->pressed_point_id); in lv_chart_event()699 chart->pressed_point_id = id; in lv_chart_event()704 invalidate_point(obj, chart->pressed_point_id); in lv_chart_event()705 chart->pressed_point_id = LV_CHART_POINT_NONE; in lv_chart_event()