Home
last modified time | relevance | path

Searched refs:LV_EVENT_SHORT_CLICKED (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/examples/widgets/spinbox/
Dlv_example_spinbox_1.c9 if(code == LV_EVENT_SHORT_CLICKED || code == LV_EVENT_LONG_PRESSED_REPEAT) { in lv_spinbox_increment_event_cb()
17 if(code == LV_EVENT_SHORT_CLICKED || code == LV_EVENT_LONG_PRESSED_REPEAT) { in lv_spinbox_decrement_event_cb()
/lvgl-latest/tests/src/test_cases/
Dtest_click.c35 case LV_EVENT_SHORT_CLICKED: in click_event_cb()
65 lv_obj_add_event_cb(btn, click_event_cb, LV_EVENT_SHORT_CLICKED, &counts); in test_click()
/lvgl-latest/examples/event/
Dlv_example_event_streak.c30 lv_obj_add_event_cb(btn, short_click_event_cb, LV_EVENT_SHORT_CLICKED, info_label); in lv_example_event_streak()
/lvgl-latest/src/misc/
Dlv_event.h41LV_EVENT_SHORT_CLICKED, /**< Widget was pressed for a short period of time, then released. N… enumerator
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_view_ctrl_pad.c148 if(code == LV_EVENT_SHORT_CLICKED || code == LV_EVENT_LONG_PRESSED_REPEAT) { in btn_inc_event_handler()
157 if(code == LV_EVENT_SHORT_CLICKED || code == LV_EVENT_LONG_PRESSED_REPEAT) { in btn_dec_event_handler()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c76 obj_setInt(self, "SHORT_CLICKED", LV_EVENT_SHORT_CLICKED); in pika_lvgl_EVENT___init__()
/lvgl-latest/src/core/
Dlv_obj_event.c189 e->code == LV_EVENT_SHORT_CLICKED || in lv_event_get_indev()
/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c278 …code == LV_EVENT_SHORT_CLICKED || code == LV_EVENT_LONG_PRESSED || code == LV_EVENT_LONG_PRESSED_R… in gridnav_event_cb()
/lvgl-latest/docs/details/base-widget/
Devent.rst124 - :cpp:enumerator:`LV_EVENT_SHORT_CLICKED`: Widget was pressed for a short period of time, and the…
Dobj.rst549 - :cpp:enumerator:`LV_EVENT_SHORT_CLICKED` Widget was pressed for a short period of time, t…
/lvgl-latest/src/indev/
Dlv_indev.c1479 lv_result_t res = send_event(LV_EVENT_SHORT_CLICKED, indev_act); in indev_proc_short_click()
1773 code == LV_EVENT_SHORT_CLICKED || in send_event()