Searched refs:LV_EVENT_PRESS_LOST (Results 1 – 13 of 13) sorted by relevance
38 …LV_EVENT_PRESS_LOST, /**< The object is still being pressed but slid cursor/finger off of… enumerator
265 e->code == LV_EVENT_PRESS_LOST || in lv_event_get_indev()
864 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()
745 else if(code == LV_EVENT_PRESS_LOST) { in lv_obj_event()
183 if(code == LV_EVENT_PRESSED || code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_imgbtn_event()
253 else if(code == LV_EVENT_PRESSED || code == LV_EVENT_PRESSING || code == LV_EVENT_PRESS_LOST || in gridnav_event_cb()
900 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()
253 else if(code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_slider_event()
354 else if(code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_roller_event()
567 else if(code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_arc_event()
539 else if(code == LV_EVENT_PRESS_LOST) { in lv_btnmatrix_event()
71 - `LV_EVENT_PRESS_LOST` An object is still being pressed but slid cursor/finger off of the object
415 - feat(indev): send LV_EVENT_PRESS_LOST on release with wait_until_release [`cc18518`](https://gith…