Searched refs:LV_EVENT_SHORT_CLICKED (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/examples/widgets/spinbox/ |
D | lv_example_spinbox_1.c | 9 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/ |
D | test_click.c | 35 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/ |
D | lv_example_event_streak.c | 30 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/ |
D | lv_event.h | 41 …LV_EVENT_SHORT_CLICKED, /**< Widget was pressed for a short period of time, then released. N… enumerator
|
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_view_ctrl_pad.c | 148 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/ |
D | pika_lvgl.c | 76 obj_setInt(self, "SHORT_CLICKED", LV_EVENT_SHORT_CLICKED); in pika_lvgl_EVENT___init__()
|
/lvgl-latest/src/core/ |
D | lv_obj_event.c | 189 e->code == LV_EVENT_SHORT_CLICKED || in lv_event_get_indev()
|
/lvgl-latest/src/others/gridnav/ |
D | lv_gridnav.c | 278 …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/ |
D | event.rst | 124 - :cpp:enumerator:`LV_EVENT_SHORT_CLICKED`: Widget was pressed for a short period of time, and the…
|
D | obj.rst | 549 - :cpp:enumerator:`LV_EVENT_SHORT_CLICKED` Widget was pressed for a short period of time, t…
|
/lvgl-latest/src/indev/ |
D | lv_indev.c | 1479 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()
|