Searched refs:drag_limit (Results 1 – 1 of 1) sorted by relevance
456 lv_coord_t drag_limit = indev->driver->scroll_limit; in lv_colorwheel_event() local457 if((LV_ABS(p.x - colorwheel->last_press_point.x) > drag_limit) || in lv_colorwheel_event()458 (LV_ABS(p.y - colorwheel->last_press_point.y) > drag_limit)) { in lv_colorwheel_event()