Searched refs:LV_EVENT_TRIPLE_CLICKED (Results 1 – 6 of 6) sorted by relevance
44 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()
33 lv_obj_add_event_cb(btn, streak_event_cb, LV_EVENT_TRIPLE_CLICKED, "Triple clicked"); in lv_example_event_streak()
44 …LV_EVENT_TRIPLE_CLICKED, /**< Sent for third short click within small distance and short time… enumerator
127 - :cpp:enumerator:`LV_EVENT_TRIPLE_CLICKED`: Widget was pressed for a short period of time, and th…
552 - :cpp:enumerator:`LV_EVENT_TRIPLE_CLICKED` Sent for third short click within small distance…
1491 return send_event(LV_EVENT_TRIPLE_CLICKED, indev_act); in indev_proc_short_click()