Home
last modified time | relevance | path

Searched refs:lv_indev_send_event (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/indev/
Dlv_indev.c151 lv_indev_send_event(indev, LV_EVENT_DELETE, NULL); in lv_indev_delete()
663 lv_result_t lv_indev_send_event(lv_indev_t * indev, lv_event_code_t code, void * param) in lv_indev_send_event() function
977 lv_indev_send_event(indev_act, LV_EVENT_LONG_PRESSED, indev_obj_act); in indev_encoder_proc()
1219 lv_indev_send_event(indev, LV_EVENT_HOVER_LEAVE, indev->pointer.last_hovered); in indev_proc_press()
1286 lv_indev_send_event(indev, LV_EVENT_GESTURE, indev_act); in indev_proc_press()
1357 lv_indev_send_event(indev, LV_EVENT_HOVER_OVER, hovered); in indev_proc_release()
1362 lv_indev_send_event(indev, LV_EVENT_HOVER_LEAVE, *last); in indev_proc_release()
1387 lv_indev_send_event(indev, LV_EVENT_GESTURE, indev_act); in indev_proc_release()
1694 lv_indev_send_event(indev_act, LV_EVENT_GESTURE, gesture_obj); in indev_gesture()
1745 lv_indev_send_event(indev, LV_EVENT_INDEV_RESET, act_obj); in indev_reset_core()
[all …]
Dlv_indev.h441 lv_result_t lv_indev_send_event(lv_indev_t * indev, lv_event_code_t code, void * param);
/lvgl-latest/docs/details/base-widget/
Devent.rst239 ``lv_indev_send_event(widget, <EVENT_CODE>, &some_data)``.