Searched refs:LV_EVENT_SHORT_CLICKED (Results 1 – 5 of 5) 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/src/core/ |
D | lv_event.h | 39 …LV_EVENT_SHORT_CLICKED, /**< The object was pressed for a short period of time, then release… enumerator
|
D | lv_indev.c | 527 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()
|
D | lv_event.c | 266 e->code == LV_EVENT_SHORT_CLICKED || in lv_event_get_indev()
|
/lvgl-latest/docs/overview/ |
D | event.md | 72 - `LV_EVENT_SHORT_CLICKED` An object was pressed for a short period of time, then released. Not …
|