Home
last modified time | relevance | path

Searched refs:LV_EVENT_PRESS_LOST (Results 1 – 13 of 13) sorted by relevance

/lvgl-latest/src/core/
Dlv_event.h38LV_EVENT_PRESS_LOST, /**< The object is still being pressed but slid cursor/finger off of… enumerator
Dlv_event.c265 e->code == LV_EVENT_PRESS_LOST || in lv_event_get_indev()
Dlv_indev.c864 lv_event_send(last_obj, LV_EVENT_PRESS_LOST, indev_act); in indev_proc_press()
952 lv_event_send(proc->types.pointer.act_obj, LV_EVENT_PRESS_LOST, indev_act); in indev_proc_release()
Dlv_obj.c745 else if(code == LV_EVENT_PRESS_LOST) { in lv_obj_event()
/lvgl-latest/src/extra/widgets/imgbtn/
Dlv_imgbtn.c183 if(code == LV_EVENT_PRESSED || code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_imgbtn_event()
/lvgl-latest/src/extra/others/gridnav/
Dlv_gridnav.c253 else if(code == LV_EVENT_PRESSED || code == LV_EVENT_PRESSING || code == LV_EVENT_PRESS_LOST || in gridnav_event_cb()
/lvgl-latest/src/widgets/
Dlv_textarea.c900 else if(code == LV_EVENT_PRESSED || code == LV_EVENT_PRESSING || code == LV_EVENT_PRESS_LOST || in lv_textarea_event()
1191 … else if(ta->text_sel_in_prog && (code == LV_EVENT_PRESS_LOST || code == LV_EVENT_RELEASED)) { in update_cursor_position_on_click()
1225 if(code == LV_EVENT_PRESS_LOST || code == LV_EVENT_RELEASED) { in update_cursor_position_on_click()
Dlv_slider.c253 else if(code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_slider_event()
Dlv_roller.c354 else if(code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_roller_event()
Dlv_arc.c567 else if(code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_arc_event()
Dlv_btnmatrix.c539 else if(code == LV_EVENT_PRESS_LOST) { in lv_btnmatrix_event()
/lvgl-latest/docs/overview/
Devent.md71 - `LV_EVENT_PRESS_LOST` An object is still being pressed but slid cursor/finger off of the object
/lvgl-latest/docs/
DCHANGELOG.md415 - feat(indev): send LV_EVENT_PRESS_LOST on release with wait_until_release [`cc18518`](https://gith…