Home
last modified time | relevance | path

Searched refs:LV_EVENT_SHORT_CLICKED (Results 1 – 5 of 5) 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/src/core/
Dlv_event.h39LV_EVENT_SHORT_CLICKED, /**< The object was pressed for a short period of time, then release… enumerator
Dlv_indev.c527 lv_event_send(indev_obj_act, LV_EVENT_SHORT_CLICKED, indev_act); in indev_keypad_proc()
682 … if(i->proc.long_pr_sent == 0) lv_event_send(indev_obj_act, LV_EVENT_SHORT_CLICKED, indev_act); in indev_encoder_proc()
696 lv_event_send(indev_obj_act, LV_EVENT_SHORT_CLICKED, indev_act); in indev_encoder_proc()
975 lv_event_send(indev_obj_act, LV_EVENT_SHORT_CLICKED, indev_act); in indev_proc_release()
Dlv_event.c266 e->code == LV_EVENT_SHORT_CLICKED || in lv_event_get_indev()
/lvgl-latest/docs/overview/
Devent.md72 - `LV_EVENT_SHORT_CLICKED` An object was pressed for a short period of time, then released. Not …