Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_img.c34 static void lv_img_event(const lv_obj_class_t * class_p, lv_event_t * e);
43 .event_cb = lv_img_event,
436 static void lv_img_event(const lv_obj_class_t * class_p, lv_event_t * e) in lv_img_event() function