Home
last modified time | relevance | path

Searched refs:LV_EVENT_PRESSING (Results 1 – 17 of 17) sorted by relevance

/lvgl-latest/examples/widgets/obj/
Dlv_example_obj_2.c27 lv_obj_add_event_cb(obj, drag_event_handler, LV_EVENT_PRESSING, NULL); in lv_example_obj_2()
/lvgl-latest/src/misc/
Dlv_event.h39 LV_EVENT_PRESSING, /**< Widget is being pressed (sent continuously while pressing)*/ enumerator
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_btnmatrix.c389 lv_obj_add_event_cb(btnm, event_handler, LV_EVENT_PRESSING, NULL); in test_button_matrix_pressing_event_works()
391 exp_evt_code = LV_EVENT_PRESSING; in test_button_matrix_pressing_event_works()
396 lv_obj_send_event(btnm, LV_EVENT_PRESSING, lv_test_mouse_indev); in test_button_matrix_pressing_event_works()
/lvgl-latest/docs/details/widgets/
Dbutton.rst59 :cpp:enumerator:`LV_EVENT_PRESSED`, :cpp:enumerator:`LV_EVENT_PRESSING`
/lvgl-latest/examples/others/gestures/
Dlv_example_gestures.c97 lv_obj_add_event_cb(label, label_move, LV_EVENT_PRESSING, label); in lv_example_gestures()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c74 obj_setInt(self, "PRESSING", LV_EVENT_PRESSING); in pika_lvgl_EVENT___init__()
/lvgl-latest/src/core/
Dlv_obj_event.c187 e->code == LV_EVENT_PRESSING || in lv_event_get_indev()
/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c277 else if(code == LV_EVENT_PRESSED || code == LV_EVENT_PRESSING || code == LV_EVENT_PRESS_LOST || in gridnav_event_cb()
/lvgl-latest/src/widgets/slider/
Dlv_slider.c267 else if(code == LV_EVENT_PRESSING) { in lv_slider_event()
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c1020 else if(code == LV_EVENT_PRESSED || code == LV_EVENT_PRESSING || code == LV_EVENT_PRESS_LOST || in lv_textarea_event()
1309 else if(ta->text_sel_in_prog && code == LV_EVENT_PRESSING) { in update_cursor_position_on_click()
/lvgl-latest/docs/details/base-widget/
Devent.rst122 - :cpp:enumerator:`LV_EVENT_PRESSING`: Widget is being pressed (called continuously while pressing)
Dobj.rst547 - :cpp:enumerator:`LV_EVENT_PRESSING` Widget is being pressed (sent continuously while…
/lvgl-latest/src/indev/
Dlv_indev.c828 if(send_event(LV_EVENT_PRESSING, indev_act) == LV_RESULT_INVALID) return; in indev_keypad_proc()
1298 if(send_event(LV_EVENT_PRESSING, indev_act) == LV_RESULT_INVALID) return; in indev_proc_press()
/lvgl-latest/src/widgets/roller/
Dlv_roller.c390 else if(code == LV_EVENT_PRESSING) { in lv_roller_event()
/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c458 else if(code == LV_EVENT_PRESSING) { in lv_buttonmatrix_event()
/lvgl-latest/src/widgets/arc/
Dlv_arc.c456 if(code == LV_EVENT_PRESSING) { in lv_arc_event()
/lvgl-latest/src/widgets/table/
Dlv_table.c581 else if(code == LV_EVENT_PRESSED || code == LV_EVENT_PRESSING) { in lv_table_event()