Home
last modified time | relevance | path

Searched refs:LV_EVENT_TRIPLE_CLICKED (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_click.c44 case LV_EVENT_TRIPLE_CLICKED: in click_event_cb()
68 lv_obj_add_event_cb(btn, click_event_cb, LV_EVENT_TRIPLE_CLICKED, &counts); in test_click()
/lvgl-latest/examples/event/
Dlv_example_event_streak.c33 lv_obj_add_event_cb(btn, streak_event_cb, LV_EVENT_TRIPLE_CLICKED, "Triple clicked"); in lv_example_event_streak()
/lvgl-latest/src/misc/
Dlv_event.h44LV_EVENT_TRIPLE_CLICKED, /**< Sent for third short click within small distance and short time… enumerator
/lvgl-latest/docs/details/base-widget/
Devent.rst127 - :cpp:enumerator:`LV_EVENT_TRIPLE_CLICKED`: Widget was pressed for a short period of time, and th…
Dobj.rst552 - :cpp:enumerator:`LV_EVENT_TRIPLE_CLICKED` Sent for third short click within small distance…
/lvgl-latest/src/indev/
Dlv_indev.c1491 return send_event(LV_EVENT_TRIPLE_CLICKED, indev_act); in indev_proc_short_click()