Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/widgets/colorwheel/
Dlv_colorwheel.h45 lv_point_t last_press_point; member
Dlv_colorwheel.c438 lv_indev_get_point(lv_indev_get_act(), &colorwheel->last_press_point); in lv_colorwheel_event()
457 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()
460 colorwheel->last_press_point.x = p.x; in lv_colorwheel_event()
461 colorwheel->last_press_point.y = p.y; in lv_colorwheel_event()